Documentation

IdFormatType extends Enumeration
in package

Specifies the source format of the Id to be converted or the format of the Id after conversion.

Table of Contents

Constants

ENTRY_ID  = 'EntryId'
Describes MAPI identifiers, as in the PR_ENTRYID property.
EWS_ID  = 'EwsId'
Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.
EWS_LEGACY_ID  = 'EwsLegacyId'
Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.
HEX_ENTRY_ID  = 'HexEntryId'
Describes a hexadecimal-encoded representation of the PR_ENTRYID property.
OWA_ID  = 'OwaId'
Describes a Microsoft Office Outlook Web Access identifier.
STORE_ID  = 'StoreId'
Describes Exchange store identifiers.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

ENTRY_ID

Describes MAPI identifiers, as in the PR_ENTRYID property.

public string ENTRY_ID = 'EntryId'
Tags
since

Exchange 2007 SP1

EWS_ID

Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.

public string EWS_ID = 'EwsId'
Tags
since

Exchange 2007 SP1

EWS_LEGACY_ID

Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.

public string EWS_LEGACY_ID = 'EwsLegacyId'
Tags
since

Exchange 2007 SP1

HEX_ENTRY_ID

Describes a hexadecimal-encoded representation of the PR_ENTRYID property.

public string HEX_ENTRY_ID = 'HexEntryId'

This is the format of availability calendar event identifiers.

Tags
since

Exchange 2007 SP1

OWA_ID

Describes a Microsoft Office Outlook Web Access identifier.

public string OWA_ID = 'OwaId'
Tags
since

Exchange 2007 SP1

STORE_ID

Describes Exchange store identifiers.

public string STORE_ID = 'StoreId'
Tags
since

Exchange 2007 SP1

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results