P Peter Lee Jul 23, 2008 #1 I am working with .NET shared add-in... Outlook 2002 PIA doesn't have Application.ItemContextMenuDisplay event... how can I do ?
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] Jul 23, 2008 #2 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.
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.