OlSortOrder Enumeration

Indicates the sort order.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlSortOrder
'Usage
Dim instance As OlSortOrder
public enum OlSortOrder

Members

Member name Description
olSortNone Not sorted
olAscending Ascending order
olDescending Descending order

Remarks

Used as an optional parameter to the AddressEntries.Sort method to specify the order that address entries should be sorted by the Property parameter.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Enumerate Items in the Inbox Based on the Last Modification Time