View Single Post
  #3  
Old February 3rd 10, 02:49 PM posted to microsoft.public.outlook.program_addins
Teodora Gancheva[_2_]
external usenet poster
 
Posts: 9
Default Outlook 2010 context menu changes

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

Best Regards,
Teodora Gancheva

"Ken Slovak - [MVP - Outlook]" wrote:

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

--
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


"Teodora Gancheva" wrote in
message ...
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


.

Ads