Is it possible to Extract IP Address from the message headers of E-Mails in .PST file.
Hi, I am working with .PST files to extract contents(programatically
using VB.NET) like sender's e-mail, the date and time sent etc from
each of the individual E-Mails. I also want to extract sender's IP
address from each of the E-Mail in .PST file. I know there is entry of
the IP address in the SMTP header, but don't know how to extract it or
access the header programatically. Can someone please tell me how to do
it? Or is there any property of MailItem Object to achieve this?
|