adding a context menu in Outlook

D

donald

Hi there,

How can i add a button to the Right-mouse context menu in Outlook?

Thanks

Donald
 
R

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

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
 
Top