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)
'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; }
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.