ReducedRecipient.PoliciesExcluded property
Gets the list of policies that are excluded from the policies of 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 ReducedRecipient
Dim value As MultiValuedProperty(Of String)
value = instance.PoliciesExcluded
public MultiValuedProperty<string> PoliciesExcluded { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The list of policies that are excluded from the policies of the recipient.