query pst file

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
 
K

Keith G Hicks

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top