RecipientFilterConfig.BlockedRecipients Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ValidateCountAttribute(, )> _
<ParameterAttribute(Mandatory := False)> _
Public Property BlockedRecipients As MultiValuedProperty(Of SmtpAddress)
Get
Set
'Usage
Dim instance As RecipientFilterConfig
Dim value As MultiValuedProperty(Of SmtpAddress)
value = instance.BlockedRecipients
instance.BlockedRecipients = value
[ValidateCountAttribute(, )]
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<SmtpAddress> BlockedRecipients { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpAddress>