MailboxJunkEmailConfiguration.TrustedSendersAndDomains 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 TrustedSendersAndDomains As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As MailboxJunkEmailConfiguration
Dim value As MultiValuedProperty(Of String)
value = instance.TrustedSendersAndDomains
instance.TrustedSendersAndDomains = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<string> TrustedSendersAndDomains { get; set; }