Add new item to right click menu in Outlook 2002 Contacts ?

P

Peter Lee

I am working with .NET shared add-in... Outlook 2002 PIA doesn't have
Application.ItemContextMenuDisplay event...
how can I do ?
 
K

Ken Slovak - [MVP - Outlook]

There's a very hacky way of doing that in earlier versions of Outlook, but
it doesn't always work right and can cause problems if you're not real
careful with your code. The method only works in Explorers, not in
Inspectors too.

See http://www.outlookcode.com/codedetail.aspx?id=314 for one example, and
search on that site for "context menu" to see other examples.
 

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