Link to home
Start Free TrialLog in
Avatar of Peter_M_Kroell
Peter_M_Kroell

asked on

In Outlook 2003 VBA the RemoveStore method does not CLOSE a pst file but only removes it from the GUI. Is there a way to close the pst file by code? To shut down Outlook just to close a pst file is a

In Outlook 2003 VBA an already existing pst file can be opened from path in the GUI by the AddStore method and it can be removed from the GUI by the RemoveStore method. Strange but true: the file isnt closed by the remove method. To close it you have to close the Outllook application which is everything but an elegant way to close a file.

I want to close the pst by code so that other users may open and use it as an archive pst. Any idea?
ASKER CERTIFIED SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial