AddressListBase.RecipientContainer property

Gets or sets the filter applied to the container in Active Directory Domain Services (AD DS) for the recipients in the address list.

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

Syntax

'Declaration
Public Property RecipientContainer As ADObjectId
    Get
    Set
'Usage
Dim instance As AddressListBase
Dim value As ADObjectId

value = instance.RecipientContainer

instance.RecipientContainer = value
public ADObjectId RecipientContainer { get; set; }

Property value

Type: Microsoft.Exchange.Data.Directory.ADObjectId
The filter applied to the container in AD DS for the recipients in the address list.

Remarks

The container for the recipients can be an organizational unit (OU) or a domain.

See also

Reference

AddressListBase class

AddressListBase members

Microsoft.Exchange.Data.Directory.Management namespace