Mail IP

  • Thread starter Thread starter dorutzu
  • Start date Start date
D

dorutzu

Hi,

I would like to get the IP of the sender of an e-mail in Outlook (the
same one from the headers info). I'm using the Redemption library, and
I understood there is a feature for this implemeneted, but I can't
find it. Could you give a hint or a workaround?

Thanks,
Doru
 
Use the MAPI property PR_TRANSPORT_MESSAGE_HEADERS (0x007D001E) to get the
Internet headers of the message. There's an example of doing that with
Redemption on the Redemption Web site. From there you'd have to parse the
headers (a large text string) to find what you want.
 
Back
Top