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
AfterHoursKeyMappings
Gets or sets the non-business hours key mappings.
public ExchangeUMAutoAttendantKeyMappingCollection AfterHoursKeyMappings { get; set; }
Property Value
AfterHoursMainMenuCustomPromptFilename
Gets or sets the non-business hours menu prompt.
public string AfterHoursMainMenuCustomPromptFilename { get; set; }
Property Value
BusinessHoursKeyMappingEnabled
Gets or sets whether to enable business hours menu navigation.
public BooleanOption BusinessHoursKeyMappingEnabled { get; set; }
Property Value
BusinessHoursKeyMappings
Gets or sets the business hours key mappings.
public ExchangeUMAutoAttendantKeyMappingCollection BusinessHoursKeyMappings { get; set; }
Property Value
BusinessHoursMainMenuCustomPromptFilename
Gets or sets the business hours menu prompt.
public string BusinessHoursMainMenuCustomPromptFilename { get; set; }