MailItem.ReceivedByEntryID Property

Outlook Developer Reference

Returns a String representing the EntryID for the true recipient as set by the transport provider delivering the SharingItem. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ReceivedByEntryID

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_RECEIVED_BY_ENTRYID.

See Also