MailEnabledRecipient.PoliciesIncluded Property
Gets the included 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 PoliciesIncluded As MultiValuedProperty(Of String)
Get
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of String)
value = instance.PoliciesIncluded
public MultiValuedProperty<string> PoliciesIncluded { get; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The included policies for the recipient.