Outlook 2010 context menu changes

  • Thread starter Teodora Gancheva
  • Start date
T

Teodora Gancheva

Hi,

I am involved in the development of a C# COM Add-in that up to now supports
Outlook 2003 and 2007. In Outlook 2007 we add custom context menu items to
the context menus that appear on right click of a mail item and an attachment.

I have recently installed Office 2010 Beta to test our add-in compatibility
and I have noticed two issues with the custom context menu items.

First, our custom items appear in the context menu of a mail item but they
appear at the last position in the context menu while in Outlook 2007 these
are programmed to appear before the "Mark as (Un)read" menu item.

Second, the custom items in the attachment context menu do not appear at all
although debugging the project I see AttachmentContextMenuDisplay execute
successfully.

Can you give me any hints why existing code does not work with Outlook 2010?
Has anything changed in the object model? I also read that it's now possible
to customize context menus with xml like with the ribbon UI. Maybe MS are
dropping support for custom context menu items with command bars ...

Thanks,
Teodora Gancheva
 
K

Ken Slovak - [MVP - Outlook]

Use the new ribbon context menus if you discover you are running Outlook
2010 (major version == 14).
 
T

Teodora Gancheva

Thanks for your answer, I will try the suggested approach.

Best Regards,
Teodora Gancheva
 
A

abhi

Hi Teodora,

Can u plz give me d code of adding menu items to context menu in outlook
2008 plz.
its urgent.
 

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

Similar Threads


Top