Read outlook .pst within VB6

  • Thread starter Thread starter Bob Leffew
  • Start date Start date
B

Bob Leffew

I am using VB6.

We have users on a network that all use Outlook as their email program.

Is there a way to tap into each persons .pst file and pull emails for a
certain email address. Once I get the emails I want to write a record for
each email into a database than can be accessed thru a visual basic program.

What I need is to find out if this is possible and where could I get
information on how to read the Outlook file to be able to save the info.

Thanks,

Bob Leffew
 
Probably only when all of the users are out of the office, since Outlook does not permit shared access to .pst files and, presumably, when the users are in the office, they'll have Outlook open.

Regardless, reading another .pst file starts with the Namespace.AddStore method from the Outlook object model.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Back
Top