c# - Adding a Tab to the Outlook 2010 Ribbon? -


I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I came to know how I can add OfficeGroups in the "tabmel" or some built-in, how to add my groups to the existing tab, but I do not want to modify the existing tab.

I've now set OfficeId some of my own ("Tabay Edin"), but it does not appear in Outlook. I'm surprised if I add somehow to show it to Outlook Need to tell, or how would I move forward?

RibbonType was changed to Microsoft.Outlook.Explorer if that matters.

OK, got it:

  • In view ribbon designer, ControlId property should be set to "custom" instead of office when set to Office, then IDM is set to given OfficeId and when set to custom, ID will be set instead.
  • In the XML ribbon designer, & lt; Tab & gt; requires an ID instead of idMso.

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -