
Removing a PST file from Outlook Programatically
Using the Outlook object model in VB.Net I have no problems adding a PST
file programatically:
outlook_namespace.addstore(pst_file)
I have two issues:
-There is no way to set the name of the pst file as it appears in Outlook.
Is there a way to set the name?
-How can I remove a pst file from Outlook programatically, given that I know
the name of the pst to remove.
Thanks,
HK