MailboxJunkEmailConfiguration.TrustedSendersAndDomains property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property TrustedSendersAndDomains As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As MailboxJunkEmailConfiguration
Dim value As MultiValuedProperty(Of String)
value = instance.TrustedSendersAndDomains
instance.TrustedSendersAndDomains = value
public MultiValuedProperty<string> TrustedSendersAndDomains { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
See also
Reference
MailboxJunkEmailConfiguration class