StandardGroupByType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StandardGroupByType enumeration represents the standard grouping and aggregating mechanisms for a grouped FindItem operation.
public enum class StandardGroupByType
public enum StandardGroupByType
Public Enum StandardGroupByType
- Inheritance
-
StandardGroupByType
Fields
Name | Value | Description |
---|---|---|
ConversationTopic | 0 | 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.