outlook and removestore

M

Michele

hi there,
i have 2 questions:

1) is it possible use remostore in a vbs files outside outlook?

2) is it possible find all personal folders name attached in an outlook
profile?

Thanks in advance
Michele
 
E

Eric Legault [MVP - Outlook]

1) You have full access to the Outlook Object Model using VBScript in a .vbs
file.

2) You need to use CDO to return the InforStore.Name property.
 
Top