Create new button on Outlook 'HOME' ribbon

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

Create new button on Outlook 'HOME' ribbon
 
turner2151uk




Posts: 1
Joined: 2015-04-14
Hi!

I am very new to creating plugins for outlook. Is there a way to create a new button on the 'HOME' ribbon in Outlook 2013 that simply creates a new email with a certain subject?

Thanks in advance!
Posted 14 Apr, 2015 16:26:34 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello,

Welcome on board!

You put an ADXRibbonTab component onto the add-in module. Set ADXRibbonTab.Ribbons to OutlookExplorer and ADXRibbonTab.IdMso to the Id of the built-in tab that you need to customize. Add an ADXRibbonGroup to the tab and position the group on the tab by specifying the ID of a built-in ribbon group in the ADXRibbonGroup.InsertAfterIdMso or ADXRibbonGroup.InsertBeforeIdMso property. Note that you cannot customize a built-in ribbon group. Finally, add an ADXRibbonButton to the group and set the button's properties.

To find the IDs of built-in Ribbon controls, see section Referring to Built-in Ribbon Controls in the PDF file in the folder {Add-in Express}\Docs on your development PC.


Andrei Smolin
Add-in Express Team Leader
Posted 15 Apr, 2015 03:41:44 Top