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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top