Table of Contents

Class ExchangeUMMailboxPolicyProtectedVoicemailSettings

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

Represents the protected voicemail settings for a Unified Messaging mailbox policy in a Microsoft Exchange organization.

public class ExchangeUMMailboxPolicyProtectedVoicemailSettings : BaseTypeSection
Inheritance
ExchangeUMMailboxPolicyProtectedVoicemailSettings

Constructors

ExchangeUMMailboxPolicyProtectedVoicemailSettings()

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

public ExchangeUMMailboxPolicyProtectedVoicemailSettings()

Properties

AllowVoiceResponseToOtherMessageTypes

Gets or sets whether to allow voice responses to email and calendar items.

public BooleanOption AllowVoiceResponseToOtherMessageTypes { get; set; }

Property Value

BooleanOption

ProtectAuthenticatedVoiceMail

Gets or sets whether to protect voice messages from authenticated callers.

public ExchangeDrmProtection ProtectAuthenticatedVoiceMail { get; set; }

Property Value

ExchangeDrmProtection

ProtectUnauthenticatedVoiceMail

Gets or sets whether to protect voice messages from unauthenticated callers.

public ExchangeDrmProtection ProtectUnauthenticatedVoiceMail { get; set; }

Property Value

ExchangeDrmProtection

ProtectedVoiceMailText

Gets or sets the message to send to users who don’t have Windows Rights Management support.

public string ProtectedVoiceMailText { get; set; }

Property Value

string

RequireProtectedPlayOnPhone

Gets or sets whether to require Play on Phone for protected voice messages.

public BooleanOption RequireProtectedPlayOnPhone { get; set; }

Property Value

BooleanOption