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