Share via


ReducedRecipient.AddressListMembership property

Gets the list of address lists to 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 ReducedRecipient
Dim value As MultiValuedProperty(Of ADObjectId)

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

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
The list of address list memberships of the recipient.

See also

Reference

ReducedRecipient class

ReducedRecipient members

Microsoft.Exchange.Data.Directory.Management namespace