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.