AddressListBase.RecipientFilterApplied property

Gets a value that indicates whether the filter to the recipients is applied.

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

Syntax

'Declaration
Public ReadOnly Property RecipientFilterApplied As Boolean
    Get
'Usage
Dim instance As AddressListBase
Dim value As Boolean

value = instance.RecipientFilterApplied
public bool RecipientFilterApplied { get; }

Property value

Type: System.Boolean
true if the filter to the recipients is applied; otherwise, false.

See also

Reference

AddressListBase class

AddressListBase members

Microsoft.Exchange.Data.Directory.Management namespace