VBA to list all created PST file name/location in personal folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you please give me some ideas how to create VBA to list out all PST file
name with their location into text file ?
 
Am Sat, 22 Jul 2006 04:43:01 -0700 schrieb Pitak:

Do you mean the PSTs listed in your Outlook profile?
 
Am Tue, 25 Jul 2006 06:26:03 -0700 schrieb Pitak:

Easy it´s with the Redemption from www.dimastr.com. You can iterate through
the stores, then read the RDOStore.StoreKind property.

Via Outlook object model I know this way only: You´d need to parse the
folder´s StoreID. If it contains "mspst.dll" then it´s a PST.

A sample how to parse the StoreID is here available (which reads the store´s
file path instead):
http://groups.google.de/group/micro...bf4be?lnk=st&q=&rnum=1&hl=de#6fdaa3eef3dbf4be
 
Back
Top