Outlook - Ribbon handling in c# for outlook 2010

Asked By Usman on 14-Sep-11 07:59 AM
I have placed my own ribbon in Outlook 2007 at a certain location. But when I run the code for outlook 2010 ribbon is not there where I want it like 2007. It has been placed at last position. Is there any solution for this? Language is C# and .net framework is 3.5. I m using winforms for this.
Reena Jain replied to Usman on 19-Nov-11 01:38 PM
HI,

As I know

  • In the Visual Ribbon Designer, the ControlId property needs to be set to "Custom" instead of Office. When set to Office, it will set idMso to the given OfficeId and when set to Custom, it will instead set the id.
  • In the XML Ribbon Designer, the <tab> needs to have an id instead of an idMso.