SortDirectionType Enumeration

The SortDirectionType enumeration identifies the ordering options for the groups in the grouped item array that is returned in the response.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SortDirectionType
'Usage
Dim instance As SortDirectionType
[SerializableAttribute]
public enum SortDirectionType

Members

Member name Description
Ascending Indicates that the groups or items are ordered in ascending order.
Descending Indicates that the groups are ordered in descending order.

Remarks

This enumeration is used by the Order property of the FieldOrderType object and the Order property of the BaseGroupByType object.

See Also

Reference

Other Resources