Share via


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
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _OrderFields.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OrderFields.)
Public property Count Returns an Integer (int in C#) value indicating the count of OrderField objects in the specified collection. Read-only. (Inherited from _OrderFields.)
Public property Item Returns an OrderField object from the collection. (Inherited from _OrderFields.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _OrderFields.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _OrderFields.)

Top

Methods

  Name Description
Public method Add Creates a new OrderField object and appends it to the OrderFields collection. (Inherited from _OrderFields.)
Public method Insert Creates a new OrderField object and inserts it at the specified index within the OrderFields collection. (Inherited from _OrderFields.)
Public method Remove Removes an object from the collection. (Inherited from _OrderFields.)
Public method RemoveAll Removes all sorting properties from the OrderFields collection. (Inherited from _OrderFields.)

Top

See Also

Reference

OrderFields Interface

Microsoft.Office.Interop.Outlook Namespace