MailItem.SentOnBehalfOfName Property

Outlook Developer Reference

Returns a String indicating the display name for the intended sender of the mail message. Read/write.

Syntax

expression.SentOnBehalfOfName

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_SENT_REPRESENTING_NAME.

See Also