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