I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I found out how I can add my groups to an existing tab by setting the OfficeId to "TabMail" or something built-in, but I don't want to modify existing tabs.
I've now set the OfficeId that something of my own ("TabMyAddin"), but it doesn't show up in Outlook. I wonder if I need to somehow tell Outlook to add it and show it, or how I would proceed?
The RibbonType was changed to Microsoft.Outlook.Explorer if that matters.
Okay, got it:
<tab>
needs to have an id instead of an idMso.The only way that I can get it to work is by setting the ControlID
to custom and changing the RibbonType
to Microsoft.Outlook.Explorer
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With