_MailItem.ReceivedByEntryID 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.
Returns a String (string in C#) representing the EntryID for the true recipient as set by the transport provider delivering the mail message. Read-only.
public:
property System::String ^ ReceivedByEntryID { System::String ^ get(); };
public string ReceivedByEntryID { get; }
Public ReadOnly Property ReceivedByEntryID As String
Property Value
Remarks
This property corresponds to the MAPI property PidTagReceivedByEntryId.