Table of Contents

Class ExchangeUMMailboxPolicyMessageTextSettings

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

Represents the message text settings for a Unified Messaging mailbox policy in a Microsoft Exchange organization.

public class ExchangeUMMailboxPolicyMessageTextSettings : BaseTypeSection
Inheritance
ExchangeUMMailboxPolicyMessageTextSettings

Constructors

ExchangeUMMailboxPolicyMessageTextSettings()

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

public ExchangeUMMailboxPolicyMessageTextSettings()

Properties

FaxMessageText

Gets or sets the custom text when a user receives a fax message.

public string FaxMessageText { get; set; }

Property Value

string

ResetPinText

Gets or sets the custom text when a user’s Outlook Voice Access PIN is reset.

public string ResetPinText { get; set; }

Property Value

string

UMEnabledText

Gets or sets the custom text when a user is enabled for Unified Messaging.

public string UMEnabledText { get; set; }

Property Value

string

VoiceMailText

Gets or sets the custom text when a user receives a voice message.

public string VoiceMailText { get; set; }

Property Value

string