Documentation

AggregateOnType extends Type
in package

Represents the property that is used to determine the order of grouped items for a grouped FindItem result set.

Table of Contents

Properties

$Aggregate  : string
Indicates the maximum or minimum value of the property identified by the FieldURI element that is used for ordering the groups of items.
$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.

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

$Aggregate

Indicates the maximum or minimum value of the property identified by the FieldURI element that is used for ordering the groups of items.

public string $Aggregate

The following are the possible values:

  • Minimum
  • Maximum
Tags
since

Exchange 2007

see
AggregateType

$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

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