Enum ExchangeAcceptedDomainType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of an Exchange accepted domain.
public enum ExchangeAcceptedDomainType
Fields
Authoritative = 1The domain is an authoritative domain.
ExternalRelay = 2The domain is an external relay.
InternalRelay = 3The domain is an internal relay.
Unknown = 0The accepted domain type is unknown.