MailboxJunkEmailConfiguration.BlockedSendersAndDomains property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
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
public MultiValuedProperty<string> BlockedSendersAndDomains { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
See also
Reference
MailboxJunkEmailConfiguration class