Documentation

GroupByType extends BaseGroupByType
in package

Defines an arbitrary grouping for FindItem queries.

Table of Contents

Properties

$AggregateOn  : AggregateOnType
Represents the field that is used to determine the order of groups in a response.
$ExtendedFieldURI  : PathToExtendedFieldType
Identifies extended MAPI properties to get, set, or create.
$FieldURI  : PathToUnindexedFieldType
Identifies frequently referenced properties by URI.
$IndexedFieldURI  : PathToIndexedFieldType
Identifies individual members of a dictionary.
$Order  : string
Determines the order of the groups in the grouped item array that is returned in the response.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$AggregateOn

Represents the field that is used to determine the order of groups in a response.

public AggregateOnType $AggregateOn
Tags
since

Exchange 2007

$ExtendedFieldURI

Identifies extended MAPI properties to get, set, or create.

public PathToExtendedFieldType $ExtendedFieldURI
Tags
since

Exchange 2007

$FieldURI

Identifies frequently referenced properties by URI.

public PathToUnindexedFieldType $FieldURI
Tags
since

Exchange 2007

$IndexedFieldURI

Identifies individual members of a dictionary.

public PathToIndexedFieldType $IndexedFieldURI
Tags
since

Exchange 2007

$Order

Determines the order of the groups in the grouped item array that is returned in the response.

public string $Order
Tags
since

Exchange 2007

see
SortDirectionType

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results