I'd like to get the SMTP header of the selected email in outlook.
I looked all over the API, but I can't find how to do this using the Office API : https://msdn.microsoft.com/en-us/library/office/fp142185.aspx
I also tried looking what's available in the Message object (https://msdn.microsoft.com/en-us/library/office/fp161175.aspx) :
Office.context.mailbox.item.?
I'm wondering if I should not use an Exchange Web Services (EWS) to do this ?
I'm asking because I have no idea if it is doable. I just tried to show you the process I've been through so far.