Table of Contents

Class ExchangeUMDialPlanTransferSearchSettings

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

Represents the transfer and search settings for a Unified Messaging dial plan in a Microsoft Exchange organization.

public class ExchangeUMDialPlanTransferSearchSettings : BaseTypeSection
Inheritance
ExchangeUMDialPlanTransferSearchSettings

Constructors

ExchangeUMDialPlanTransferSearchSettings()

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

public ExchangeUMDialPlanTransferSearchSettings()

Properties

CallSomeoneEnabled

Gets or sets whether to allow transfer to users.

public BooleanOption CallSomeoneEnabled { get; set; }

Property Value

BooleanOption

ContactAddressList

Gets or sets the address list that is permitted when the search scope is set to "AddressList".

public string ContactAddressList { get; set; }

Property Value

string

Extension

Gets or sets the extension that is permitted when the search scope is set to "Extension".

public string Extension { get; set; }

Property Value

string

MatchedNameSelectionMethod

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

public ExchangeUMDialPlanMatchedNameSelectionMethod MatchedNameSelectionMethod { get; set; }

Property Value

ExchangeUMDialPlanMatchedNameSelectionMethod

MatchedNameSelectionMethodString

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

public string MatchedNameSelectionMethodString { get; set; }

Property Value

string

SearchScope

Gets or sets the scope in which to search for users by name or alias.

public ExchangeUMDialPlanSearchScope SearchScope { get; set; }

Property Value

ExchangeUMDialPlanSearchScope

SearchScopeString

Gets the scope in which to search for users by name or alias.

public string SearchScopeString { get; set; }

Property Value

string

SendVoiceMsgEnabled

Gets or sets whether to allow users to leave a voice messages without ringing a user’s phone.

public BooleanOption SendVoiceMsgEnabled { get; set; }

Property Value

BooleanOption

UMAutoAttendants

Gets or sets the auto attendants that is permitted when the search scope is set to "AutoAttendantLink".

public SerializableStringCollection UMAutoAttendants { get; set; }

Property Value

SerializableStringCollection