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 = 5The edition is coexistence.
CoexistenceEvaluation = 6The edition is coexistence evaluation.
Enterprise = 3The edition is enterprise.
EnterpriseEvaluation = 4The edition is enterprise evaluation.
Standard = 1The edition is standard.
StandardEvaluation = 2The edition is standard evaluation.
Unknown = 0The edition is unknown.