Table of Contents

Class ExchangeUMAutoAttendantMenuSettings

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

Represents the menu navigation settings for a Unified Messaging auto attendant in a Microsoft Exchange organization.

public class ExchangeUMAutoAttendantMenuSettings : BaseTypeSection
Inheritance
ExchangeUMAutoAttendantMenuSettings

Constructors

ExchangeUMAutoAttendantMenuSettings()

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

public ExchangeUMAutoAttendantMenuSettings()

Properties

AfterHoursKeyMappingEnabled

Gets or sets whether to enable non-business hours menu navigation.

public BooleanOption AfterHoursKeyMappingEnabled { get; set; }

Property Value

BooleanOption

AfterHoursKeyMappings

Gets or sets the non-business hours key mappings.

public ExchangeUMAutoAttendantKeyMappingCollection AfterHoursKeyMappings { get; set; }

Property Value

ExchangeUMAutoAttendantKeyMappingCollection

AfterHoursMainMenuCustomPromptFilename

Gets or sets the non-business hours menu prompt.

public string AfterHoursMainMenuCustomPromptFilename { get; set; }

Property Value

string

BusinessHoursKeyMappingEnabled

Gets or sets whether to enable business hours menu navigation.

public BooleanOption BusinessHoursKeyMappingEnabled { get; set; }

Property Value

BooleanOption

BusinessHoursKeyMappings

Gets or sets the business hours key mappings.

public ExchangeUMAutoAttendantKeyMappingCollection BusinessHoursKeyMappings { get; set; }

Property Value

ExchangeUMAutoAttendantKeyMappingCollection

BusinessHoursMainMenuCustomPromptFilename

Gets or sets the business hours menu prompt.

public string BusinessHoursMainMenuCustomPromptFilename { get; set; }

Property Value

string