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
EWS_ID
Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.
public
string
EWS_ID
= 'EwsId'
Tags
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
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
OWA_ID
Describes a Microsoft Office Outlook Web Access identifier.
public
string
OWA_ID
= 'OwaId'
Tags
STORE_ID
Describes Exchange store identifiers.
public
string
STORE_ID
= 'StoreId'
Tags
Properties
$_
Element value.
public
string
$_
Tags
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
.