AggregateOnType Class

Definition

The AggregateOnType class identifies the Exchange store property that is used to determine the order of grouped items for a grouped FindItem result set.

public ref class AggregateOnType
public class AggregateOnType
Public Class AggregateOnType
Inheritance
AggregateOnType

Constructors

AggregateOnType()

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

Properties

Aggregate

The Aggregate property sets a value that indicates whether the maximum or minimum value of a property that is identified by the Item property is used for ordering the groups of items.

Item

The Item property sets a field that specifies the property that a FindItem query uses for ordered grouped results.

Applies to