Hi,
I have a VB6 COM AddIn for Outlook 2007 that implements the
IRibbonExtensibility interface.
In the XML-RibbonDescription I get the value for idMso by checking
objectClass from the activeInspector. For example if the activeInspectors
objectClass is olTask I assign the value "TabTask" to the idMso element.
ribbon
tabstab idMso="TabTask" ....
Is it the correct approach to use the activeInspectors objectClass to get
the value for the idMso element?
Additionally I have the problem, that I do not find a list with all the
possible values for the element idMso.
From the following link I can download some excel-files. Well, I do not find
a map between objectClass (or another item) and the value for idMso.
http://www.microsoft.com/downloads/d...displaylang=en
Thanks
Christian