Table of Contents

Class ExchangeUMAutoAttendantAccessSettings

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

Represents the address book and operator access settings for a Unified Messaging auto attendant in a Microsoft Exchange organization.

public class ExchangeUMAutoAttendantAccessSettings : BaseTypeSection
Inheritance
ExchangeUMAutoAttendantAccessSettings

Constructors

ExchangeUMAutoAttendantAccessSettings()

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

public ExchangeUMAutoAttendantAccessSettings()

Properties

AfterHoursTransferToOperatorEnabled

Gets or sets whether to allow transfer to operator during non-business hours.

public BooleanOption AfterHoursTransferToOperatorEnabled { get; set; }

Property Value

BooleanOption

BusinessHoursTransferToOperatorEnabled

Gets or sets whether to allow transfer to operator during business hours.

public BooleanOption BusinessHoursTransferToOperatorEnabled { get; set; }

Property Value

BooleanOption

CallSomeoneEnabled

Gets or sets whether to allow callers to dial users.

public BooleanOption CallSomeoneEnabled { get; set; }

Property Value

BooleanOption

ContactAddressList

Gets or sets the contact address list when the contact scope is set to AddressList. This setting only applies to Exchange On-Premises.

public string ContactAddressList { get; set; }

Property Value

string

ContactScope

Gets or sets the search scope for the organization.

public ExchangeUMAutoAttendantContactScope ContactScope { get; set; }

Property Value

ExchangeUMAutoAttendantContactScope

MatchedNameSelectionMethod

Gets or sets the information to include for users with the same name.

public ExchangeUMAutoAttendantDisambiguationField MatchedNameSelectionMethod { get; set; }

Property Value

ExchangeUMAutoAttendantDisambiguationField

MatchedNameSelectionMethodString

Gets the information to include for users with the same name.

public string MatchedNameSelectionMethodString { get; set; }

Property Value

string

NameLookupEnabled

Gets or sets whether to allow callers to search for users by name or alias.

public BooleanOption NameLookupEnabled { get; set; }

Property Value

BooleanOption

NameLookupString

Gets whether to allow callers to search for users by name or alias.

public string NameLookupString { get; set; }

Property Value

string

OperatorExtension

Gets or sets the operator extension.

public string OperatorExtension { get; set; }

Property Value

string

SendVoiceMsgEnabled

Gets or sets whether to allow callers to leave voice messages for users.

public BooleanOption SendVoiceMsgEnabled { get; set; }

Property Value

BooleanOption