G Guest Jul 22, 2006 #1 Can you please give me some ideas how to create VBA to list out all PST file name with their location into text file ?
Can you please give me some ideas how to create VBA to list out all PST file name with their location into text file ?
M Michael Bauer Jul 24, 2006 #2 Am Sat, 22 Jul 2006 04:43:01 -0700 schrieb Pitak: Do you mean the PSTs listed in your Outlook profile?
Am Sat, 22 Jul 2006 04:43:01 -0700 schrieb Pitak: Do you mean the PSTs listed in your Outlook profile?
G Guest Jul 25, 2006 #3 Hi Michael, Yes I do. Michael Bauer said: Am Sat, 22 Jul 2006 04:43:01 -0700 schrieb Pitak: Do you mean the PSTs listed in your Outlook profile? Click to expand...
Hi Michael, Yes I do. Michael Bauer said: Am Sat, 22 Jul 2006 04:43:01 -0700 schrieb Pitak: Do you mean the PSTs listed in your Outlook profile? Click to expand...
M Michael Bauer Jul 26, 2006 #4 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
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