script to parse ip addresses from outlook headers

  • Thread starter Thread starter JTL
  • Start date Start date
J

JTL

can anyone point me in the right direction here?

i need to write a script that will rip through all messages stored in
outlook, and pull out both the ip address and the email address the message
was sent from.

thanks!

jt
 
Am Wed, 26 Jul 2006 17:29:13 -0700 schrieb JTL:

Reading sender´s address depends on the Outlook version. In OL <= XP you´d
need e.g. CDO 1.21 or Redemption (www.dimastr.com) to do that. With CDO read
the CdoPR_EMAIL_ADDRESS property.

Reading the ip isn´t possible with the Outlook object model, again CDO or
Redemption would help you. If the ip is available you´d find it in the
CdoPR_TRANSPORT_MESSAGE_HEADERS property.
 
Back
Top