Table of Contents

Class ExchangeUMAutoAttendantGreetingSettings

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

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

public class ExchangeUMAutoAttendantGreetingSettings : BaseTypeSection
Inheritance
ExchangeUMAutoAttendantGreetingSettings

Constructors

ExchangeUMAutoAttendantGreetingSettings()

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

public ExchangeUMAutoAttendantGreetingSettings()

Properties

AfterHoursWelcomeGreetingEnabled

Gets or sets whether a custom after hours greeting is enabled.

public BooleanOption AfterHoursWelcomeGreetingEnabled { get; set; }

Property Value

BooleanOption

AfterHoursWelcomeGreetingFilename

Gets or sets the custom after hours greeting filename.

public string AfterHoursWelcomeGreetingFilename { get; set; }

Property Value

string

AfterHoursWelcomeGreetingString

Gets the after hours greeting.

public string AfterHoursWelcomeGreetingString { get; set; }

Property Value

string

BusinessHoursWelcomeGreetingEnabled

Gets or sets whether a custom business hours greeting is enabled.

public BooleanOption BusinessHoursWelcomeGreetingEnabled { get; set; }

Property Value

BooleanOption

BusinessHoursWelcomeGreetingFilename

Gets or sets the custom business hours greeting filename.

public string BusinessHoursWelcomeGreetingFilename { get; set; }

Property Value

string

BusinessHoursWelcomeGreetingString

Gets the business hours greeting.

public string BusinessHoursWelcomeGreetingString { get; set; }

Property Value

string

InternationalAnnouncementEnabled

Gets or sets whether an international announcement is enabled.

public BooleanOption InternationalAnnouncementEnabled { get; set; }

Property Value

BooleanOption

InternationalAnnouncementFilename

Gets or sets the international announcement filename.

public string InternationalAnnouncementFilename { get; set; }

Property Value

string

InternationalAnnouncementInterruptible

Gets or sets whether to allow the international announcement to be interrupted.

public BooleanOption InternationalAnnouncementInterruptible { get; set; }

Property Value

BooleanOption

InternationalAnnouncementString

Gets the international announcement.

public string InternationalAnnouncementString { get; set; }

Property Value

string