RemovePST

M

Michele

Hi all,
there is a way to delete automatically averytime outlook is open al
"personal folders" from outlook profile?


Thanks in Advance
Michele
 
S

Sue Mosher [MVP-Outlook]

You could put code in the Application_Startup event handler to loop through
all the information stores and use RemoveStore to close the ones you don't
want.
 
Top