MailItem.ReceivedByName Property

Outlook Developer Reference

Returns a String representing the display name of the true recipient for the mail message. Read-only.

Syntax

expression.ReceivedByName

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_RECEIVED_BY_NAME.

See Also