MailItem.ReceivedOnBehalfOfName Property

Outlook Developer Reference

Returns a String representing the display name of the user delegated to represent the recipient for the mail message. Read-only.

Syntax

expression.ReceivedOnBehalfOfName

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_RCVD_REPRESENTING_NAME.

See Also