Names of ribbon tabs

P

Peter Marchert

Hello,

where can I find the names of all tabs of the 19 ribbions used in
Outlook?

I try to set my tab at the first place of a new message and used this
code:

"<customUI xmlns=""http://schemas.microsoft.com/office/2006/01/
customui"">" & _
"<ribbon startFromScratch=""false"">" & _
"<tabs>" & _
"<tab insertBeforeMso=""TabHome"" id=""My.Tab""
label=""MyLabel"" getVisible=""CheckTemplate"">" & _
strGroups & _
"</tab>" & _
"</tabs>" & _
"</ribbon>" & _
"</customUI>"

The tab appears but on the last place of the ribbon. Does "TabHome"
not exists/work in Outlook?

Peter
 
P

Peter Marchert

Thank you very much, Ken! This works.

But I have problems to find the right download (http://
msdn.microsoft.com/en-us/office/aa905351.aspx).

If you have some time it would be great to have a link to a resource
with the ids.

Peter
 
K

Ken Slovak - [MVP - Outlook]

They rearranged the furniture again, and as usual you can't find anything
after that :(

Here's a direct link to the XML ribbon ID's, it's an English download page
though:

http://www.microsoft.com/downloads/...E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en

Also see if this portal link works for you:

http://msdn.microsoft.com/en-us/office/aa905530.aspx





Thank you very much, Ken! This works.

But I have problems to find the right download (http://
msdn.microsoft.com/en-us/office/aa905351.aspx).

If you have some time it would be great to have a link to a resource
with the ids.

Peter
 
P

Peter Marchert

The first link was what I needed. Thank you very much for your time
you have spent!

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top