Hi there, How can i add a button to the Right-mouse context menu in Outlook? Thanks Donald
D donald Mar 19, 2006 #1 Hi there, How can i add a button to the Right-mouse context menu in Outlook? Thanks Donald
R Rog Mar 19, 2006 #2 Hi Donaly you need to attach to the the CommandBars.OnUpdate event look for the this._explorer.CommandBars["Context Menu"]; This will be the command bar you then need to add your buttons to. Rog
Hi Donaly you need to attach to the the CommandBars.OnUpdate event look for the this._explorer.CommandBars["Context Menu"]; This will be the command bar you then need to add your buttons to. Rog
A Adi Apr 17, 2006 #4 Hi, I tried to initialise the Context menu during startup. But it does not show up. Is there anything i missed? Or should i initialise the Context menu on CommandBar.update ? thanks
Hi, I tried to initialise the Context menu during startup. But it does not show up. Is there anything i missed? Or should i initialise the Context menu on CommandBar.update ? thanks