I've successfully created a new tab and put it next to the pre-existing ones. Then I realized that I'll only have one button on it, so it makes more sense (for now) to put it on the Home tab. Didn't really get that to work though.
I've tried to follow the guides and walk-troughs. I've got me an XML and changed its XML to the following.
<tabs>
<!--<tab idMso="TabAddIns">-->
<tab idMso="TabHome">
<group id="group1" label="Hazaa!">
<box id="box1" />
</group>
</tab>
</tabs>
When I run the project I get no changes to the UI, so I guess that either:
- the XML is not read at all,
- the name
TabHome
is wrong (at least for Outlook 2010), - the attribute
idMso
is wrong (at least for Outlook 2010) or - other/combination of any of the mentioned.
What can I do to alter the ribbon? (Outlook 2010/VSTO/VS 2010/.NET 4).