Programmatic PST file import into Outlook

  • Thread starter Thread starter Leo Braginsky
  • Start date Start date
L

Leo Braginsky

Guys,

I need to be able to import many PST in a automatic
fashion, i.e. point to the directory where they live,
press the button and have them all imported.
I'm using Outlook 2003 and Exchange 2000.

Has anyone done anything similar? Any pointers/advise?
Code snippets?
 
Loop through all PST files in the directory and call Namespace.AddStore for
each one of them.

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