Share via


DynamicDistributionGroup.IncludedRecipients property

Gets or sets the types of the recipients that can be included in the DynamicDistributionGroup.

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

Syntax

'Declaration
Public Property IncludedRecipients As Nullable(Of WellKnownRecipientType)
    Get
    Set
'Usage
Dim instance As DynamicDistributionGroup
Dim value As Nullable(Of WellKnownRecipientType)

value = instance.IncludedRecipients

instance.IncludedRecipients = value
public Nullable<WellKnownRecipientType> IncludedRecipients { get; set; }

Property value

Type: System.Nullable<WellKnownRecipientType>
The recipients that can be included in the DynamicDistributionGroup.

Remarks

You must set this property if you set any of the conditional custom attribute properties. You cannot set both this property and the RecipientFilter property.

See also

Reference

DynamicDistributionGroup class

DynamicDistributionGroup members

Microsoft.Exchange.Data.Directory.Management namespace