AddressListBase.RecipientFilter Property
Gets the filter applied to the recipients in the address list.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property RecipientFilter As String
Get
'Usage
Dim instance As AddressListBase
Dim value As String
value = instance.RecipientFilter
public string RecipientFilter { get; }
Property Value
Type: System.String
The filter applied to the recipients in the address list.
Remarks
You cannot set both this property and the ConditionalCompany property, ConditionalDepartment property, ConditionalStateOrProvince property, or IncludedRecipients property.