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.