Open MAPIFolder from pst file

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.
 
D

Dmitry Streblechenko \(MVP\)

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
 
Top