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
AfterHoursWelcomeGreetingFilename
Gets or sets the custom after hours greeting filename.
public string AfterHoursWelcomeGreetingFilename { get; set; }
Property Value
AfterHoursWelcomeGreetingString
Gets the after hours greeting.
public string AfterHoursWelcomeGreetingString { get; set; }
Property Value
BusinessHoursWelcomeGreetingEnabled
Gets or sets whether a custom business hours greeting is enabled.
public BooleanOption BusinessHoursWelcomeGreetingEnabled { get; set; }
Property Value
BusinessHoursWelcomeGreetingFilename
Gets or sets the custom business hours greeting filename.
public string BusinessHoursWelcomeGreetingFilename { get; set; }
Property Value
BusinessHoursWelcomeGreetingString
Gets the business hours greeting.
public string BusinessHoursWelcomeGreetingString { get; set; }
Property Value
InternationalAnnouncementEnabled
Gets or sets whether an international announcement is enabled.
public BooleanOption InternationalAnnouncementEnabled { get; set; }
Property Value
InternationalAnnouncementFilename
Gets or sets the international announcement filename.
public string InternationalAnnouncementFilename { get; set; }
Property Value
InternationalAnnouncementInterruptible
Gets or sets whether to allow the international announcement to be interrupted.
public BooleanOption InternationalAnnouncementInterruptible { get; set; }
Property Value
InternationalAnnouncementString
Gets the international announcement.
public string InternationalAnnouncementString { get; set; }