GroupMember.AddressInformation Property

Definition

Gets the e-mail address of the group member.

public:
 property Microsoft::Exchange::WebServices::Data::EmailAddress ^ AddressInformation { Microsoft::Exchange::WebServices::Data::EmailAddress ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddress AddressInformation { get; }
Public ReadOnly Property AddressInformation As EmailAddress

Property Value

The value of the AddressInformation property is an EmailAddress object that contains the e-mail address of the group member.

Applies to