ExchangeVersionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ExchangeVersionType enumeration specifies the schema version to target for a request.
public enum class ExchangeVersionType
public enum ExchangeVersionType
Public Enum ExchangeVersionType
- Inheritance
-
ExchangeVersionType
Fields
Name | Value | Description |
---|---|---|
Exchange2007 | 0 | Target the schema files for the initial release version of Exchange 2007. |
Exchange2007_SP1 | 1 | Target the schema files for Exchange 2007 SP1. |
Exchange2010 | 2 | Target the schema files for the initial release version of Exchange 2010. |
Exchange2010_SP1 | 3 | |
Exchange2010_SP2 | 4 | |
Exchange2013 | 5 |
Remarks
This enumeration is used by the Version property of the RequestServerVersion object.