This documentation is archived and is not being maintained.
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.DataAssembly:
Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public Enumeration AggregateType
'Usage
Dim instance As AggregateType
| Member name | Description |
|---|
| Minimum | Indicates that the groups are sorted starting with the largest value for the AggregateOn property. |
| Maximum | Indicates that the groups are sorted starting with the smallest value for the AggregateOn property. |