EmailMessage.ReceivedRepresenting Property

Definition

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.

Applies to