Поделиться через


StandardGroupByType Enumeration

The StandardGroupByType enumeration represents the standard grouping and aggregating mechanisms for a grouped FindItem operation.

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

Syntax

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

Members

Member name Description
ConversationTopic Groups by message:ConversationTopic and aggregates on item:DateTimeReceived (maximum). For more information about aggregation, see AggregateOn.

Remarks

This enumeration is used by the StandardGroupBy property of the DistinguishedGroupByType object.

See Also

Reference

Other Resources