AddressListBase.RecipientContainer Property
Gets or sets the filter applied to the container in Active Directory 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 Active Directory for the recipients in the address list.
Remarks
The container for the recipients can be an organizational unit (OU) or a domain.