_MailItem.ReceivedByName Property

Definition

Returns a String (string in C#) representing the display name of the true recipient for the mail message. Read-only.

public:
 property System::String ^ ReceivedByName { System::String ^ get(); };
public string ReceivedByName { get; }
Public ReadOnly Property ReceivedByName As String

Property Value

Remarks

This property corresponds to the MAPI property PidTagReceivedByName.

Applies to