Share via


MailEnabledRecipient.AddressListMembership property

Gets the address lists of which this recipient is a member.

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

Syntax

'Declaration
Public ReadOnly Property AddressListMembership As MultiValuedProperty(Of ADObjectId)
    Get
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.AddressListMembership
public MultiValuedProperty<ADObjectId> AddressListMembership { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The address lists of which this recipient is a member.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace