![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
For a new compose email the first tab is "TabNewMailMessage".
Go to http://msdn.microsoft.com/en-us/office/aa905530.aspx for a download of all the ribbon ID's for all the Office 2007 apps. There's also a lot of other information there at the ribbon portal. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
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 On 30 Jul., 15:23, "Ken Slovak - [MVP - Outlook]" wrote: For a new compose email the first tab is "TabNewMailMessage". Go tohttp://msdn.microsoft.com/en-us/office/aa905530.aspxfor a download of all the ribbon ID's for all the Office 2007 apps. There's also a lot of other information there at the ribbon portal. -- Ken Slovak [MVP - Outlook]http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ... 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- Zitierten Text ausblenden - - Zitierten Text anzeigen - |
#4
|
|||
|
|||
![]()
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/d...displaylang=en Also see if this portal link works for you: http://msdn.microsoft.com/en-us/office/aa905530.aspx -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ... 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 |
#5
|
|||
|
|||
![]()
The first link was what I needed. Thank you very much for your time
you have spent! Peter On 31 Jul., 00:16, "Ken Slovak - [MVP - Outlook]" wrote: 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/d...d=4329D9E9-4D1... Also see if this portal link works for you: http://msdn.microsoft.com/en-us/office/aa905530.aspx -- Ken Slovak [MVP - Outlook]http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm "Peter Marchert" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
about:Tabs | dht | Outlook Express | 0 | July 24th 08 10:08 AM |
Change index tabs language | hmm | Outlook - Using Contacts | 3 | April 7th 08 06:19 PM |
Tabs????? | David of IC | Outlook Express | 2 | December 15th 07 10:04 PM |
Missing tabs... | barney | Outlook Express | 3 | March 4th 07 06:16 AM |
Outlook form page tabs | [email protected] | Outlook - Using Forms | 2 | November 21st 06 03:19 PM |