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
<ParameterAttribute(Mandatory := False)> _
Public Property ModerationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean

value = instance.ModerationEnabled

instance.ModerationEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool ModerationEnabled { get; set; }

Property Value

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