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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top