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
Public Property SendModerationNotifications As TransportModerationNotificationFlags
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As TransportModerationNotificationFlags

value = instance.SendModerationNotifications

instance.SendModerationNotifications = value
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.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace