I'm developing an add in for Outlook 2010 and I need to be able to retrieve the sender's email address for a MailItem or the email address of the original sender if it is a a forwarded email. Is there any easy way to do that second one besides parsing through the body of the email?
Asked
Active
Viewed 1,350 times
1 Answers
1
Use OutlookSpy and see if there is any MAPI property exposed that gives you the data you are looking for.
Download it from here http://www.dimastr.com/outspy/

Sandeep Singh Rawat
- 1,637
- 1
- 14
- 27
-
I dont think there is any such property though. You may have to do the custom parsing of the mail body (considering that user didn't temper the body) – Sandeep Singh Rawat Oct 13 '10 at 20:10