MailEnabledRecipient.PoliciesExcluded property

Gets the excluded policies for the recipient.

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

Syntax

'Declaration
Public ReadOnly Property PoliciesExcluded As MultiValuedProperty(Of String)
    Get
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of String)

value = instance.PoliciesExcluded
public MultiValuedProperty<string> PoliciesExcluded { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The excluded policies for the recipient.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace