Share via


MailEnabledRecipient.SendModerationNotifications Property

Gets or sets a value that indicates whether status notifications are sent to users when they send a message to the moderated 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 SendModerationNotifications As TransportModerationNotificationFlags
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As TransportModerationNotificationFlags

value = instance.SendModerationNotifications

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

Property Value

Type: Microsoft.Exchange.Data.Directory.Recipient.TransportModerationNotificationFlags
An enumeration value that indicates whether status notifications are sent to users when they send a message to the moderated recipient.