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.