![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
"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 |
#4
|
|||
|
|||
![]()
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 |
#5
|
|||
|
|||
![]()
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 . |
#6
|
|||
|
|||
![]()
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 |
#7
|
|||
|
|||
![]()
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 . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Improvements to Outlook in Office 2010? | Andrew Hamilton | Outlook - General Queries | 2 | November 12th 09 08:31 PM |
How do I set my out of office in Outlook 2010? | Will | Outlook - General Queries | 2 | October 22nd 09 06:42 PM |
Only Outlook 2010 is not work, How should I do ? | Yavuz | Outlook - Installation | 2 | September 19th 09 11:16 PM |
outlook 2010 sync issues | minimus[_3_] | Outlook - General Queries | 5 | August 18th 09 01:09 PM |
Outlook 2007 Ribbons and VB6 | Sanjay Singh | Add-ins for Outlook | 13 | October 30th 06 08:26 PM |