OrderFields Members
Include Protected Members
Include Inherited Members
Represents the collection of OrderField objects in a view.
The OrderFields 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 _OrderFields.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OrderFields.) | |
Count | Returns an Integer (int in C#) value indicating the count of OrderField objects in the specified collection. Read-only. (Inherited from _OrderFields.) | |
Item | Returns an OrderField object from the collection. (Inherited from _OrderFields.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _OrderFields.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _OrderFields.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new OrderField object and appends it to the OrderFields collection. (Inherited from _OrderFields.) | |
Insert | Creates a new OrderField object and inserts it at the specified index within the OrderFields collection. (Inherited from _OrderFields.) | |
Remove | Removes an object from the collection. (Inherited from _OrderFields.) | |
RemoveAll | Removes all sorting properties from the OrderFields collection. (Inherited from _OrderFields.) |
Top