OrderField Members
Include Protected Members
Include Inherited Members
Represents an order field, used to sort information in a view.
The OrderField 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 _OrderField.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OrderField.) | |
IsDescending | Returns or sets a Boolean value (bool in C#) that indicates whether the contents of the OrderField object are sorted in descending order. Read/write. (Inherited from _OrderField.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _OrderField.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _OrderField.) | |
ViewXMLSchemaName | Returns a String (string in C#) value that represents the XML schema name for the property referenced by the OrderField object. Read-only. (Inherited from _OrderField.) |
Top