Entourage Database

  • Thread starter Jeffrey G. Gomberg
  • Start date
J

Jeffrey G. Gomberg

I want to be able to do a bulk extraction of all of the email addresses that
I send email to from Entourage's data store (database?). Can anyone
recommend any tools to read, filter, and export data from Entourage into a
..csv or similar format?

Thanks,

JGG
 
M

matt neuburg

Jeffrey G. Gomberg said:
I want to be able to do a bulk extraction of all of the email addresses that
I send email to from Entourage's data store (database?). Can anyone
recommend any tools to read, filter, and export data from Entourage into a
.csv or similar format?

You could run an AppleScript that reads the recipient addresses of
everything in your Sent Items folder and writes that information in
whatever format you like.

Alternatively you could export all the mail and then parse it with some
other tool. m.
 
M

matt neuburg

Barry Wainwright said:
The applescript information is in the applescript dictionary for the app.
Simply open the dictionary using your favourite script editor.

And there are many, many (many!) online examples of scripts driving
Entourage. m.
 
Top