MailEnabledRecipient.ModeratedBy property

Gets or sets a list of users who are responsible for moderating the messages sent to the recipient.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ModeratedBy As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ModeratedBy

instance.ModeratedBy = value
public MultiValuedProperty<ADObjectId> ModeratedBy { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
A list of users who are responsible for moderating the messages sent to the recipient.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace