AddressListBase.IncludedRecipients property

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

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

Syntax

'Declaration
<ParameterAttribute> _
Public Property IncludedRecipients As Nullable(Of WellKnownRecipientType)
    Get
    Set
'Usage
Dim instance As AddressListBase
Dim value As Nullable(Of WellKnownRecipientType)

value = instance.IncludedRecipients

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

Property value

Type: System.Nullable<WellKnownRecipientType>
The types of the recipients that can be included in the address list.

Remarks

The types of the recipients are defined in the WellKnownRecipientType enumeration.

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

AddressListBase class

AddressListBase members

Microsoft.Exchange.Data.Directory.Management namespace