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)
'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; }
Type: System.Boolean
true if the moderation of email sent to the recipient is enabled; otherwise, false.