Class ExchangeUMMailboxPolicyDialingAuthorizationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the dialing authorization settings for a Unified Messaging mailbox policy in a Microsoft Exchange organization.
public class ExchangeUMMailboxPolicyDialingAuthorizationSettings : BaseTypeSection
- Inheritance
-
ExchangeUMMailboxPolicyDialingAuthorizationSettings
Constructors
ExchangeUMMailboxPolicyDialingAuthorizationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMMailboxPolicyDialingAuthorizationSettings class.
public ExchangeUMMailboxPolicyDialingAuthorizationSettings()
Properties
AllowDialPlanSubscribers
Gets or sets whether to allow calls in the same UM dial plan.
public BooleanOption AllowDialPlanSubscribers { get; set; }
Property Value
AllowExtensions
Gets or sets whether to allow calls to any extension.
public BooleanOption AllowExtensions { get; set; }
Property Value
AllowedInCountryOrRegionRules
Gets or sets the authorized in-country/region dialing rules.
public SerializableStringCollection AllowedInCountryOrRegionRules { get; set; }
Property Value
- SerializableStringCollection
AllowedInternationalRules
Gets or sets the authorized international dialing rules.
public SerializableStringCollection AllowedInternationalRules { get; set; }
Property Value
- SerializableStringCollection