Message.sender property (apps for Office)
apps for SharePoint
Published: February 26, 2013
Gets the email address of the sender of an email message.
Office.context.mailbox.item.sender
An EmailAddressDetails object containing the email address of the message sender.
|
Supported clients |
Outlook 2013 and Outlook Web App |
|
Library |
Outlook-15.js, OutlookWebApp-15.js |
|
Namespace |
Office |
The from and sender properties return an EmailAddressDetails object that represents the same person unless the message is sent by a delegate. In that case, the from property returns the EmailAddressDetails object that represents the delegator, and the sender property represents the delegate.