AggregateType enumeration

Specifies whether the maximum or minimum value of a representative property is used to order the items in a group.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Enumeration AggregateType
'Usage
Dim instance As AggregateType

Member nameDescription
MinimumIndicates that the groups are sorted starting with the largest value for the AggregateOn property.
MaximumIndicates that the groups are sorted starting with the smallest value for the AggregateOn property.
Show: