GroupByType Class

Definition

The GroupByType class represents an arbitrary grouping for FindItem queries.

public ref class GroupByType : ExchangeWebServices::BaseGroupByType
public class GroupByType : ExchangeWebServices.BaseGroupByType
Public Class GroupByType
Inherits BaseGroupByType
Inheritance
GroupByType

Remarks

The FindItem response will contain a collection of groups. Each group will contain all items that had matching values for the GroupBy property.

See the FindItemType topic for an example of a grouped query.

Constructors

GroupByType()

The GroupByType constructor initializes a new instance of the GroupByType class.

Properties

AggregateOn

The AggregateOn property gets or sets a field that is used to determine the order of groups in a response.

Item

The Item property gets or sets a field that specifies the property that a FindItem query uses to group results.

Order

The Order property gets or sets the order of the groups in the grouped item array that is returned in the response.

(Inherited from BaseGroupByType)

Applies to