'Ken Slovak - [MVP - Outlook Wrote:
> ;346084']The rule is you can create a new group in an existing tab, o
> create a new
> tab, but you can't modify existing groups in an existing tab. So yo
> can do
> what you want
>
> Look at this XML snippet
>
> ribbo
> tab
> tab idMso="TabInsert
> group id="myCustomGroup" insertAfterMso="GroupInclude"
> getLabel="Ribbon_getLabel" getVisible="Ribbon_getVisible
>
> That's the type of XML you have to supply, in this case the XML was fo
> a
> new group in the Insert tab
>
> --
> Ken Slova
> [MVP - Outlook
> http://www.slovaktech.co
> Author: Professional Programming Outlook 2007
> Reminder Manager, Extended Reminders, Attachment Options
> http://www.slovaktech.com/products.ht
>
>
> "khoick245" (E-Mail Removed) wrote in message
> news:(E-Mail Removed)..
> snip
> hi Ken. thanks for your help. i think i did it. now i want to add ne
> group into tab Message of mail.compose ribbon. what should i do??
>
>
>
>
> --
> khoick245
hi Ken. i have some new problems. i added group into existing tab. O
this group, i created a gallery which has its xml structure
<gallery id="glrSymbolic" screentip="Select Symbolic" label="Selec
Symbolic" showImage="false"
<item id="__id1" label="%LastName%" /
<item id="__id2" label="%FirstName%" /
<item id="__id3" label="%UserName%" /
<item id="__id4" label="%Email%" /
</gallery
I want whenever i choice a item from gallery, the label will b
inserted into position of pointer in current mail compose( assume tha
i'm composing email at that time ). Can you give me some suggestions
thank you
--
khoick245