Enum ExchangeServerUMServiceStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the unified messaging service status on an Exchange server.
public enum ExchangeServerUMServiceStatus
Fields
Disabled = 2
The status is disabled.
Enabled = 1
The status is enabled.
NoNewCalls = 3
The status is no new calls.
Unknown = 0
The status is unknown.