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

  • Thread starter Thread starter Peter Lee
  • Start date Start date
P

Peter Lee

I am working with .NET shared add-in... Outlook 2002 PIA doesn't have
Application.ItemContextMenuDisplay event...
how can I do ?
 
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.
 
Back
Top