I am working with VBA automation inside Outlook and I am
using AddStore and RemoveStore methods, BUT after the
RemoveStore I need to replace a new .pst file under SO. SO
reports me that a access violation has occurred! Seens
that the removestore method does not set free the file and
I CANNOT change file names everytime. How can I get out
with a solution?
Thanks
Doria
Ken Slovak - [MVP - Outlook] - 26 Nov 2003 16:01 GMT
What is SO?
A PST file won't be released until you close Outlook. It will remain
locked even if you use RemoveStore.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> I am working with VBA automation inside Outlook and I am
> using AddStore and RemoveStore methods, BUT after the
[quoted text clipped - 7 lines]
>
> Doria