ExchangeVersionType
extends Enumeration
in package
Defines the versioning information that identifies the schema version to target for a request.
Table of Contents
Constants
- EXCHANGE_2007 = 'Exchange2007'
- Target the schema files for the initial release version of Exchange 2007.
- EXCHANGE_2007_SP1 = 'Exchange2007_SP1'
- Target the schema files for Exchange 2007 Service Pack 1 (SP1), Exchange 2007 Service Pack 2 (SP2), and Exchange 2007 Service Pack 3 (SP3).
- EXCHANGE_2010 = 'Exchange2010'
- Target the schema files for Exchange 2010.
- EXCHANGE_2010_SP1 = 'Exchange2010_SP1'
- Target the schema files for Exchange 2010 Service Pack 1 (SP1).
- EXCHANGE_2010_SP2 = 'Exchange2010_SP2'
- Target the schema files for Exchange 2010 Service Pack 2 (SP2) and Exchange 2010 Service Pack 3 (SP3).
- EXCHANGE_2013 = 'Exchange2013'
- Target the schema files for Exchange 2013.
- EXCHANGE_2013_SP1 = 'Exchange2013_SP1'
- Target the schema files for Exchange 2013 Service Pack 1 (SP1).
- VERSION_2009 = 'Exchange2009'
- Microsoft Exchange 2007 SP2
- VERSION_2016 = 'Exchange2016'
- Target the schema files for Exchange 2016.
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
EXCHANGE_2007
Target the schema files for the initial release version of Exchange 2007.
public
string
EXCHANGE_2007
= 'Exchange2007'
Tags
EXCHANGE_2007_SP1
Target the schema files for Exchange 2007 Service Pack 1 (SP1), Exchange 2007 Service Pack 2 (SP2), and Exchange 2007 Service Pack 3 (SP3).
public
string
EXCHANGE_2007_SP1
= 'Exchange2007_SP1'
Tags
EXCHANGE_2010
Target the schema files for Exchange 2010.
public
string
EXCHANGE_2010
= 'Exchange2010'
Tags
EXCHANGE_2010_SP1
Target the schema files for Exchange 2010 Service Pack 1 (SP1).
public
string
EXCHANGE_2010_SP1
= 'Exchange2010_SP1'
Tags
EXCHANGE_2010_SP2
Target the schema files for Exchange 2010 Service Pack 2 (SP2) and Exchange 2010 Service Pack 3 (SP3).
public
string
EXCHANGE_2010_SP2
= 'Exchange2010_SP2'
Tags
EXCHANGE_2013
Target the schema files for Exchange 2013.
public
string
EXCHANGE_2013
= 'Exchange2013'
Tags
EXCHANGE_2013_SP1
Target the schema files for Exchange 2013 Service Pack 1 (SP1).
public
string
EXCHANGE_2013_SP1
= 'Exchange2013_SP1'
Tags
VERSION_2009
Microsoft Exchange 2007 SP2
public
string
VERSION_2009
= 'Exchange2009'
VERSION_2016
Target the schema files for Exchange 2016.
public
string
VERSION_2016
= 'Exchange2016'
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
.