The context menus you can't get at. Even in Outlook 2007 you can only get at
the Explorer context menus.
When the Inspector opens for an item you can access its CommandBars
collection. Item.CommandBars.Item("Standard") give you a reference to the
Standard toolbar. You can get its Controls collection and use the Add method
to add a button to that toolbar. If you use the Add method of the
CommandBars collection you can add your own toolbar.
Sample code for that is available but without knowing your development
language I can't specify a specific link. You can review the information at
www.outlookcode.com for samples in various languages.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Is there a way to add a menu item to the standard menu within an Outlook
> 2003? As you notice, when you open a Outlook 2003 contact, the standard
[quoted text clipped - 6 lines]
> have
> not been able to find this information out...please help. Thanks
Paul Heinisch - 28 Aug 2006 19:00 GMT
I working with VB.net - VS 2005 Pro
> The context menus you can't get at. Even in Outlook 2007 you can only get at
> the Explorer context menus.
[quoted text clipped - 19 lines]
> > have
> > not been able to find this information out...please help. Thanks