GroupBy
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The GroupBy element specifies an arbitrary grouping for FindItem queries.
GroupBy
<GroupBy Order=""> <FieldURI/> <AggregateOn/> </GroupBy>
<GroupBy Order=""> <IndexedFieldURI/> <AggregateOn/> </GroupBy>
<GroupBy Order=""> <ExtendededFieldURI/> <AggregateOn/> </GroupBy>
GroupByType
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
Order |
|
Order Attribute Values
Value | Description |
|---|---|
Ascending | The groups are ordered in ascending order. |
Descending | The groups are ordered in descending order. |
Child elements
Element | Description |
|---|---|
Identifies frequently referenced properties by URI. | |
Identifies individual members of a dictionary. | |
Identifies extended MAPI properties to get, set, or create. | |
Represents the field that is used to determine the order of groups in a response. |
Parent elements
Element | Description |
|---|---|
Defines a request to find items in a mailbox. The following is the XPath expression to this element: /FindItem |
The FindItem response will contain a collection of groups. Each group will contain all items that had matching values for the GroupBy property. The property that determines the grouping is identified in the FieldURI, IndexedFieldURI, or ExtendedFieldURI element.
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.