script to extract sender ip addresses

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

JTL

does anyone know of a script that will extract the ip address of the
sender's email address from outlook 2002?

i want to be able to run the script against all messages currently saved in
outlook, and output the sender ip's to a file.

thanks much,

jt
 
Am Mon, 24 Apr 2006 15:53:30 -0700 schrieb JTL:

You could use CDO 1.21 and read the PR_TRANSPORT_MESSAGE_HEADERS field of a
message. Sometimes it contains the IP sometimes it doesn´t, there´s no
gurantee.
 
Back
Top