Outlook COM Add-in HOW-TO?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I've gone through the magic-eye and slipstick and microsoft tutorials on extending office applications, but I am none the wiser, and hoping someone here can point me in the right direction. How do I add a menu-option to (say) the Tools menu in Outlook? I know: * Its a COM Add-in thing * I'm using an IDT2Extensibility * I have to do it in the OnConnection event that is fired I have found examples and plenty of information about adding buttons, but I really want to add a menu option - either within the Tools menu or via a new top level menu.