DynamicDistributionGroup.RecipientFilter Property
Gets the filter applied to the recipients that are used to build the dynamic distribution group.
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 DynamicDistributionGroup
Dim value As String
value = instance.RecipientFilter
public string RecipientFilter { get; }
Property Value
Type: System.String
The filter applied to the recipients that are used to build the dynamic distribution group.
Remarks
You cannot set both this property and the IncludedRecipients, ConditionalCompany, ConditionalDepartment, or ConditionalStateorProvince() property.