Class ExchangeServerUMServiceSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the unified messaging (UM) service settings for an Exchange server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeServerUMServiceSettings : BypassSection
- Inheritance
-
ExchangeServerUMServiceSettings
- Inherited Members
Constructors
ExchangeServerUMServiceSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerUMServiceSettings class.
public ExchangeServerUMServiceSettings()
Properties
DialPlans
Gets or sets the dial plans associated with the unified messaging service.
public SerializableStringCollection DialPlans { get; set; }
Property Value
- SerializableStringCollection
Languages
Gets or sets the prompt languages configured on the server.
public SerializableStringCollection Languages { get; set; }
Property Value
- SerializableStringCollection
MaxCallsAllowed
Gets or sets the maximum number of calls allowed.
public int MaxCallsAllowed { get; set; }
Property Value
ServiceStatus
Gets or sets the status of unified messaging on the server.
public ExchangeServerUMServiceStatus ServiceStatus { get; set; }
Property Value
ServiceStatusString
Gets the status of unified messaging service on the server.
public string ServiceStatusString { get; set; }
Property Value
SipTcpListeningPort
Gets or sets the TCP listening port.
public int SipTcpListeningPort { get; set; }
Property Value
SipTlsListeningPort
Gets or sets the TLS listening port.
public int SipTlsListeningPort { get; set; }
Property Value
StartupMode
Gets or sets the unified messaging service startup mode.
public ExchangeServerUMServiceStartupMode StartupMode { get; set; }
Property Value
StartupModeString
Gets the unified messaging startup mode.
public string StartupModeString { get; set; }
Property Value
Methods
ToString()
Returns the unified messaging service settings for an Exchange server as a human readable string.
public override string ToString()
Returns
- string
The unified messaging service settings for an Exchange server as a human readable string.