query pst file

  • Thread starter Thread starter Keith G Hicks
  • Start date Start date
K

Keith G Hicks

Outlook 2003

I need to extract a unique list of all the email addresses from received
messages in my pst file. For example:

USE OutlookPstFile
SELECT DISTINCT SenderAddress FROM ReceivedMessages

Is there a way to do this? Is there an ODBC connector out there?

I know vb/vba/sql, etc.

Thanks,

Keith
 
I'd still like to know if this is possible but for now I've written some
code to loop through all my personal folders and extract all the sender
addresses to an access table. Very slow going though with a 2gb pst file.
 
Back
Top