A
Ashish
1. How to capture events for submenus which comes under "Other Actions"
popup menu on toolbar when open a mail in outlook 2007.
There are some submenus under "Other Actions" popup menu like
Edit Message, Recall This Message, Save Attachments etc
For outlook 2003 i can capture these submenus using
ActiveInspector->ActiveManuBar("Actions"). They comes under "Actions" popup
menu in 2003.
But it's not working in 2007.
2. To capture context menu operations for mail items we use
ActiveExplorer->CommandBars->Item("Context Menu");
How to capture context menu operations for folders. Above is working for
mail items not for folders.
popup menu on toolbar when open a mail in outlook 2007.
There are some submenus under "Other Actions" popup menu like
Edit Message, Recall This Message, Save Attachments etc
For outlook 2003 i can capture these submenus using
ActiveInspector->ActiveManuBar("Actions"). They comes under "Actions" popup
menu in 2003.
But it's not working in 2007.
2. To capture context menu operations for mail items we use
ActiveExplorer->CommandBars->Item("Context Menu");
How to capture context menu operations for folders. Above is working for
mail items not for folders.