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
 
Back
Top