Share via


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.