I am trying to add a button before "AttachFile" inside the "Include" group on
the inspector window. Is this possible, if so, please give me the xml syntax.
I tried the following but it didn't work.
<tab idMso="TabNewMailMessage">
<group idMso="GroupInclude">
<button insertBeforeMso="AttachFile" id="idAtt123" label="Insert
MyOwn" image="Insert" size="large" onAction="InsertMyOwn"
/>
</group>
</tab>
I can create a new group before Include and place a controls which works
fine but I would like to add controls inside the exiting group.
Appreciate your help in this regard.
Thanks
Vela.
Andrei Smolin [Add-in Express] - 25 Jan 2008 14:58 GMT
Hello Vela,
Built-in Ribbon groups are not customizable.
Regards from Belarus (GMT+2),
Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
>I am trying to add a button before "AttachFile" inside the "Include" group
>on
[quoted text clipped - 16 lines]
> Thanks
> Vela.
Ken Slovak - [MVP - Outlook] - 25 Jan 2008 15:17 GMT
You can add groups to an existing tab and you can add new tabs but you can't
add your own controls to an existing group unless you use <startFromScratch>
and build the entire ribbon from scratch.

Signature
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
>I am trying to add a button before "AttachFile" inside the "Include" group
>on
[quoted text clipped - 16 lines]
> Thanks
> Vela.
Vela - 25 Jan 2008 16:32 GMT
Thanks Andrei and Ken.
I will just go with my own group then.

Signature
Thanks
Vela.
> You can add groups to an existing tab and you can add new tabs but you can't
> add your own controls to an existing group unless you use <startFromScratch>
[quoted text clipped - 20 lines]
> > Thanks
> > Vela.