Documentation

FieldOrderType extends Type
in package

Represents a single field by which to sort results and indicates the direction for the sort.

Table of Contents

Properties

$ExtendedFieldURI  : PathToExtendedFieldType
Identifies MAPI properties.
$FieldURI  : PathToUnindexedFieldType
Identifies frequently referenced properties by URI.
$IndexedFieldURI  : PathToIndexedFieldType
Identifies individual members of a dictionary.
$Order  : string
Describes the sort order direction.

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

$ExtendedFieldURI

Identifies MAPI properties.

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

Describes the sort order direction.

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