View Single Post
  #2  
Old July 23rd 08, 02:57 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Add new item to right click menu in Outlook 2002 Contacts ?

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


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


Ads