Read multiple .pst files and consolidate single pst file

Joined
Sep 25, 2012
Messages
1
Reaction score
0
Hi,

I'd like to make some batch job actually to read multiple pst files and consolidate them to single pst file. i can find out this namespace but not sure what else i can think of consolidating the pst file.

Set myNS = Application.GetNamespace("MAPI")
myNS.AddStoreEx "C:\temp\Dev\PST\test.pst", 3

do you have any idea ?

I was thinking of powershell to do this job but i'm not sure neither.
 

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

Top