So what does your XML look like now?
It should have something like this in it for repurposing that control:
customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
commands
command idMso="SendDefault" onAction="SendButton_Action"/
/commands
/customUI
Sorry I missed that before, that you were repurposing that control.
--
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
"GR" wrote in message
...
Hi Ken,
Thanks for the quick reply. I have downloaded the schemas but am not
seeing what I need there (or at least not getting it :-).
I have tried setting the idMSO="TabAppointment" as suggested but I
receive this eror message:
" controls in a built-in group cannot be modified"
when the XML loads.
Thanks.