Share via


ContentFilterConfig.BypassedSenderDomains property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
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
public MultiValuedProperty<SmtpDomainWithSubdomains> BypassedSenderDomains { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<SmtpDomainWithSubdomains>

See also

Reference

ContentFilterConfig class

ContentFilterConfig members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace