Table of Contents

Class ExchangeUMAutoAttendantDialingAuthorizationSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the dialing authorization settings for a Unified Messaging auto attendant in a Microsoft Exchange organization.

public class ExchangeUMAutoAttendantDialingAuthorizationSettings : BaseTypeSection
Inheritance
ExchangeUMAutoAttendantDialingAuthorizationSettings

Constructors

ExchangeUMAutoAttendantDialingAuthorizationSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMAutoAttendantDialingAuthorizationSettings class.

public ExchangeUMAutoAttendantDialingAuthorizationSettings()

Properties

AllowDialPlanSubscribers

Gets or sets whether to allow calls in the same UM dial plan.

public BooleanOption AllowDialPlanSubscribers { get; set; }

Property Value

BooleanOption

AllowExtensions

Gets or sets whether to allow calls to any extension.

public BooleanOption AllowExtensions { get; set; }

Property Value

BooleanOption

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