Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExchangeVersionType simple type specifies the schema version to target for a request.<106> The ExchangeVersionType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="ExchangeVersionType"> <xs:restriction base="xs:string"> <xs:enumeration value="Exchange2007"/> <xs:enumeration value="Exchange2007_SP1"/> <xs:enumeration value="Exchange2010"/> <xs:enumeration value="Exchange2010_SP1"/> <xs:enumeration value="Exchange2010_SP2"/> <xs:enumeration value="Exchange2013"/> <xs:enumeration value="Exchange2013_SP1"/> <xs:enumeration value="Exchange2015"/> <xs:enumeration value="Exchange2016"/> </xs:restriction> </xs:simpleType>
The values that are defined by the ExchangeVersionType simple type are listed in the following table.
Value |
Meaning |
---|---|
Exchange2007 |
Specifies the first version of the target web service schema.<107> |
Exchange2007_SP1 |
Specifies the second version of the target web service schema.<108> |
Exchange2010 |
Specifies the third version of the target web service schema.<109> |
Exchange2010_SP1 |
Specifies the fourth version of the target web service schema.<110> |
Exchange2010_SP2 |
Specifies the fifth version of the target web service schema.<111> |
Exchange2013 |
Specifies the sixth version of the target web service schema. <112> |
Exchange2013_SP1 |
Specifies the seventh version of the target web service schema. <113> |
Exchange2015 |
Specifies the eighth version of the target web service schema. <114> |
Exchange2016 |
Specifies the ninth version of the target web service schema.<115> |