You are confusing menus/toolbars and the ribbon. Everything in an Inspector
in Outlook 2007 is a ribbon control. You need to download the XML schemas
for the ribbon from the Office Development center at MSDN and study those
schemas to work with the ribbon. You will find the tab, group and control
names in those schemas and that's what you use as the idMso's.
If you go to customize the QAT and hover over the control you want to access
it shows the idMso for you, that's an alternate way to find those
properties. However if you plan to develop for the ribbon you really should
have downloaded and studied the available documentation on it so you know
what you're doing.
--
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
"Ashish" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> where to see XML schema for that type of Outlook item.
>
> For outlook 2007 when try to capture event for any submenu under "other
> actions" popup menu
> ActiveInspector->ActiveManuBar("Actions"). give all submenus. I register
> any submenu but when i click on submenu which was registered, its click
> event not called. In 2003 it's called successfully. So i think all
> submenus under "other actions" popup menu will register by some different
> way in 2007. I did not find "other actions" popup menu under statndard or
> active menu bar.