Add a custom AdxRibbonGroup to an existing Outlook 2007 Ribbon

Add-in Express™ Support Service
That's what is more important than anything else

Add a custom AdxRibbonGroup to an existing Outlook 2007 Ribbon
 
Anthony FILLEAU


Guest


Hi all,

Can you help me to start in my project for Outlook 2007 (VB.Net & ADx 2009).

I would like to have a AdxRibbonGroup with my buttons in the standard Mail Ribbon (When you compose a Mail)

Can you give the simple step to di this, and what it will happens if then a 2003 user install my Addin ?

Thanks

Anthony
Posted 25 Jan, 2010 05:37:25 Top
Anthony FILLEAU


Guest


OK i just found I that I have to create my RibbonTab and then change IDMSo in order to display what he have inside.

So I set this properties to : TabNewMailMessage

And it work, when I open a new message compose.

I wan't to display it also in the reading mail windows (TabReadMessage)

So I try to set the IDMSo to : TabReadMessage;TabNewMailMessage

And my bar is nort display in redmessage or newMailMessages tabs ???

Do I have to create twice ?


And Can tou tell me what it will happens if a 2003 user install my Addin ?

Thanks
Posted 25 Jan, 2010 10:39:22 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hi Anthony,

Yes, you need to add Ribbon two tab components onto the add-in module in order to have your controls added onto two built-in Ribbon tabs.

If you register your add-in on a system with Office 2003 installed and if you use primary interops, then some calls to the Outlook and Office object models will fail because of missing objects and members that were introduced in Office 2007.


Andrei Smolin
Add-in Express Team Leader
Posted 26 Jan, 2010 08:57:42 Top