Programatically Link Multiple PST Files Into Outlook

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Is it possible to programatically link multiple PST files at once into
Outlook ? We have tried to find a way with the Outlook API but cannot
find a way. Is this a Microsoft limitation ?

Any help would be appreciated.
Thanks
 
My developers have told me that this allows them to programatically
add a single PST to Outlook from a VB interface but does not allow
them to add more than one at once to Outlook.

We have 155 PST files that need to be added into Outlook and I would
not like to have to do this one by one.

Any help would be appreciated. If you believe that the
Namespace.AddStore will do more than one at once then I will let them
know this.

Thanks
Scott
 
You would have to call AddStore once for each store you want to add. There
is no AddMultiStores method. That's not very hard, just a few lines of code.
 
Back
Top