Outlook 2007 adds various context menus to the object model. Outlook 2010
more or less deprecates those and adds new context menu operations to the
ribbon. Outlook 2003 has nothing like that. You can try using the
CommandBars.OnUpdate method to get a hook to the menus, but that's a really
hacked thing that sort of works for Explorers but not really well at all for
Inspectors.
--
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
"Tom" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi All,
>
> I am developing an add-in for Outlook 2003 and above and would like to
> add an item to the context menu of the "new message" window. Is this
> possible? We are using Word for the editor and HTML.
>
> Thanks,
> Tom
>