Share via


MailEnabledRecipient.ModerationEnabled property

Gets or sets a value that indicates whether to enable moderation of email sent to the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ModerationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean

value = instance.ModerationEnabled

instance.ModerationEnabled = value
public bool ModerationEnabled { get; set; }

Property value

Type: System.Boolean
true if the moderation of email sent to the recipient is enabled; otherwise, false.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace