G
Guest
I have written a com-Add in program for outlook. In the OnConnection method
of the Extensibility.IDTExtensibility2 interface, I put a custom menu and
several menu items on the main menu bar.
And I want to unload these custom menu and menu items once the outlook
quits. Unfortunately, it seems like the outlook.application object does not
directly provide a quit event handler?
Any advice on how to resolve the problem would be greatly appreciated!
of the Extensibility.IDTExtensibility2 interface, I put a custom menu and
several menu items on the main menu bar.
And I want to unload these custom menu and menu items once the outlook
quits. Unfortunately, it seems like the outlook.application object does not
directly provide a quit event handler?
Any advice on how to resolve the problem would be greatly appreciated!