Views Members
Include Protected Members
Include Inherited Members
Contains a collection of all View objects in the current folder.
The Views type exposes the following members.
Properties
Name
Description
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Views.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Views.)
Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Views.)
Returns an View object from the collection. (Inherited from _Views.)
Returns the parent Object of the specified object. Read-only. (Inherited from _Views.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _Views.)
Top
Methods
Name
Description
Creates a new view in the Views collection. (Inherited from _Views.)
(Inherited from _ViewsEvents_Event.)
(Inherited from _ViewsEvents_Event.)
(Inherited from _Views.)
Removes an object from the collection. (Inherited from _Views.)
(Inherited from _ViewsEvents_Event.)
(Inherited from _ViewsEvents_Event.)
Top
Events
Name
Description
Occurs when a view is added to the collection. Microsoft Outlook creates the new view and passes it to this event. (Inherited from _ViewsEvents_Event.)
Occurs when a view has been removed from the specified collection. (Inherited from _ViewsEvents_Event.)
Top