MailboxJunkEmailConfiguration.BlockedSendersAndDomains Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property BlockedSendersAndDomains As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As MailboxJunkEmailConfiguration
Dim value As MultiValuedProperty(Of String)
value = instance.BlockedSendersAndDomains
instance.BlockedSendersAndDomains = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<string> BlockedSendersAndDomains { get; set; }