Enum ExchangeServerEdition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the edition of an Exchange server.
public enum ExchangeServerEdition
Fields
Coexistence = 5
The edition is coexistence.
CoexistenceEvaluation = 6
The edition is coexistence evaluation.
Enterprise = 3
The edition is enterprise.
EnterpriseEvaluation = 4
The edition is enterprise evaluation.
Standard = 1
The edition is standard.
StandardEvaluation = 2
The edition is standard evaluation.
Unknown = 0
The edition is unknown.