![]() |
Outlook 2010 Ribbons
Hi,
I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface? Thanks Christian |
Outlook 2010 Ribbons
It's a similar interface to the Inspector ribbon interface for Outlook 2007.
There are documents available on programming the Outlook 2010 interfaces on MSDN. -- 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 "ChristianH" wrote in message ... Hi, I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface? Thanks Christian |
Outlook 2010 Ribbons
It is exactly the same, the only difference compared to Outlook 2007 is that
you implementation of IRibbonExtensibility::GetCustomUI needs to check for the RibbonID parameter being "Microsoft.Outlook.Explorer" and return the XML for the explorer ribbon. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "ChristianH" wrote in message ... Hi, I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface? Thanks Christian |
Outlook 2010 Ribbons
"Ken Slovak - [MVP - Outlook]" wrote:
It's a similar interface to the Inspector ribbon interface for Outlook 2007. There are documents available on programming the Outlook 2010 interfaces on MSDN. Where does a button that currently goes on the main toolbar end up in Outlook 2010 if one does nothing to change the code for a ribbon interface? -mike |
Outlook 2010 Ribbons
On the Add-ins ribbon,
That is where custom toolbar buttons and menu items are dumped -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "-mhd" wrote in message ... Where does a button that currently goes on the main toolbar end up in Outlook 2010 if one does nothing to change the code for a ribbon interface? -mike |
Outlook 2010 Ribbons
Hi Dmitry,
thank you. Christian "Dmitry Streblechenko" wrote: It is exactly the same, the only difference compared to Outlook 2007 is that you implementation of IRibbonExtensibility::GetCustomUI needs to check for the RibbonID parameter being "Microsoft.Outlook.Explorer" and return the XML for the explorer ribbon. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "ChristianH" wrote in message ... Hi, I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface? Thanks Christian . |
Outlook 2010 Ribbons
Hi Ken,
thanks for your feedback! Christian "Ken Slovak - [MVP - Outlook]" wrote: It's a similar interface to the Inspector ribbon interface for Outlook 2007. There are documents available on programming the Outlook 2010 interfaces on MSDN. -- 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 "ChristianH" wrote in message ... Hi, I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface? Thanks Christian . |
All times are GMT +1. The time now is 09:59 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com