PeopleView Interface

Definition

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

public interface class PeopleView : Microsoft::Office::Interop::Outlook::_PeopleView
[System.Runtime.InteropServices.Guid("000630A3-0000-0000-C000-000000000046")]
public interface PeopleView : Microsoft.Office.Interop.Outlook._PeopleView
Public Interface PeopleView
Implements _PeopleView
Derived
Attributes
Implements

Properties

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

(Inherited from _PeopleView)
Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

(Inherited from _PeopleView)
Filter

Returns or sets a String (string in C#) value that represents the filter for a view. Read/write.

(Inherited from _PeopleView)
Language

Returns or sets a String (string in C#) value that represents the language setting for the view. Read/write.

(Inherited from _PeopleView)
LockUserChanges

Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the view. Read/write.

(Inherited from _PeopleView)
Name

Returns or sets a String (string in C#) value that represents the display name for the object. Read/write.

(Inherited from _PeopleView)
Parent

Returns the parent Object of the specified object. Read-only.

(Inherited from _PeopleView)
SaveOption

Returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.

(Inherited from _PeopleView)
Session

Returns the NameSpace object for the current session. Read-only.

(Inherited from _PeopleView)
SortFields

Returns an OrderFields object that represents the set of fields by which the items displayed in the PeopleView object are ordered. Read-only.

(Inherited from _PeopleView)
Standard

Returns a Boolean (bool in C#) value that indicates whether the PeopleView object is a built-in Outlook view. Read-only.

(Inherited from _PeopleView)
ViewType

Returns an OlViewType constant that indicates the view type of the view. Read-only.

(Inherited from _PeopleView)
XML

Returns or sets a String (string in C#) value that specifies the XML definition of the view. Read/write.

(Inherited from _PeopleView)

Methods

Apply()

Applies the PeopleView object to the current view.

(Inherited from _PeopleView)
Copy(String, OlViewSaveOption)

Creates a new View object based on the existing PeopleView object.

(Inherited from _PeopleView)
Delete()

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

(Inherited from _PeopleView)
GoToDate(DateTime)

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

(Inherited from _PeopleView)
Reset()

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

(Inherited from _PeopleView)
Save()

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

(Inherited from _PeopleView)

Applies to