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
|