Open MAPIFolder from pst file

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

Hello,

I can AddStore and RemoveStore through VBA, but how to open a store file
directly from a path, like C:\myDir\test.PST?

thank you.
 
Use AddStore, then use Namespace.Folders collection to find the newly added
top folder.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

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