EmailMessage.ReceivedRepresenting 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 principal of the e-mail message.
public:
property Microsoft::Exchange::WebServices::Data::EmailAddress ^ ReceivedRepresenting { Microsoft::Exchange::WebServices::Data::EmailAddress ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddress ReceivedRepresenting { get; }
Public ReadOnly Property ReceivedRepresenting As EmailAddress
Property Value
An e-mail address.
Remarks
The ReceivedRepresenting property is used together with the From and ReceivedBy properties in a delegate access scenario.