Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 740 Bytes

Outlook.OlSortOrder.md

File metadata and controls

30 lines (21 loc) · 740 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlSortOrder enumeration (Outlook)
vbaol11.chm3082
vbaol11.chm3082
Outlook.OlSortOrder
56fa4e8d-bf41-db0c-227c-fd2999673e36
06/08/2017
medium

OlSortOrder enumeration (Outlook)

Indicates the sort order.

Name Value Description
olAscending 1 Ascending order
olDescending 2 Descending order
olSortNone 0 Not sorted

Remarks

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

[!includeSupport and feedback]