_MailItem.ReceivedOnBehalfOfEntryID Property

Definition

Returns a String (string in C#) representing the EntryID of the user delegated to represent the recipient for the mail message. Read-only.

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

Property Value

Remarks

This property corresponds to the MAPI property PidTagReceivedRepresentingEntryId.

Applies to