Class PeopleView (Outlook VBA)

The class PeopleView represents a view that displays a list of all the contacts in the current Contacts folder, and details for a selected contact.

Methods

Apply - Applies the PeopleView object to the current view.

Copy - Creates a new View object based on the existingPeopleView object.

Delete - Deletes this object from the collection of views in the current folder.

GoToDate - Changes the date used by the current view to display information.

Reset - Resets this built-in Outlook view to its original settings.

Save - Saves the view, or saves the changes to a view.

Properties

Name (Default member) - Returns or sets a String value that represents the display name for the object.

Class returns an OlObjectClass constant indicating the object's class.

Filter returns or sets a String value that represents the filter for a view.

Language returns or sets a String value that represents the language setting for the view.

LockUserChanges returns or sets a Boolean value that indicates whether a user can modify the settings of the view.

SaveOption returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view.

Session returns the NameSpace object for the current session.

SortFields returns an OrderFields object that represents the set of fields by which the items displayed in the PeopleView object are ordered.

Standard returns a Boolean value that indicates whether the PeopleView object is a built-in Outlook view.

ViewType returns an OlViewType constant that indicates the view type of the view.

XML returns or sets a String value that specifies the XML definition of the view.

NameSpace - Represents an abstract root object for any data source.

OrderFields - Represents the collection of OrderField objects in a view.

View - Represents a customizable view used to sort, group, and view data.