ViewFields Members
Include Protected Members
Include Inherited Members
Represents the collection of ViewField objects in a view.
The ViewFields type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ViewFields.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ViewFields.) | |
Count | Returns an Integer (int in C#) value indicating the count of ViewField objects in the specified collection. Read-only. (Inherited from _ViewFields.) | |
Item | Returns a ViewField object from the collection. (Inherited from _ViewFields.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _ViewFields.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _ViewFields.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified field to the end of the ViewFields collection for the view. (Inherited from _ViewFields.) | |
Insert | Creates a new ViewField object and inserts it at the specified index within the ViewFields collection. (Inherited from _ViewFields.) | |
Remove | Removes an object from the collection. (Inherited from _ViewFields.) |
Top