View Single Post
  #2  
Old March 19th 06, 05:21 PM posted to microsoft.public.outlook.program_addins
Rog
external usenet poster
 
Posts: 62
Default adding a context menu in Outlook

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





donald wrote:
Hi there,

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

Thanks

Donald

Ads