SharingItem.ReceivedOnBehalfOfEntryID Property

Outlook Developer Reference

Returns a String representing the EntryID of the user delegated to represent the recipient for the SharingItem. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ReceivedOnBehalfOfEntryID

expression   A variable that represents a SharingItem object.

Remarks

This property corresponds to the MAPI property PR_RCVD_REPRESENTING_ENTRYID.

See Also