Extracting data from outlook

M

Matt

I have an email account on an exchange server that contains bounced emails
from a mailing list that i send out. I would like extract the email
addresses from this data. So far, i've used the Export feature of Outlook
to export my messages as a .csv file. Next i wrote a php script to parse
all of the email addresses out of the list and compare it to my mailing
list. It then counts the number of times it sees the address and after 3
times or so, i can remove it. What i would like to do is get some date
information in there. The mailing goes out twice a week, so i would only
like to count 1 bounce per mailing. Since the .csv file doesn't contain any
dates or times, i'm not sure how to get this data.

Is there a way to export to a file that contains dates? I'm using Outlook
2003 and the email account is on an Exchange server. Any suggestions would
be appreciated!
 
Top