GroupMember.AddressInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.