MailEnabledRecipient.RejectMessagesFrom Property
Gets or sets the recipients who are not allowed to send email messages to the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RejectMessagesFrom As MultiValuedProperty(Of ADObjectId)
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.RejectMessagesFrom
instance.RejectMessagesFrom = value
public MultiValuedProperty<ADObjectId> RejectMessagesFrom { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The recipients who are not allowed to send email messages to the recipient.