Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / August 2006

Tip: Looking for answers? Try searching our database.

Outlook 2003 contact - standard toolbar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paul Heinisch - 28 Aug 2006 01:29 GMT
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 menu
changes...I want to either add a button (I programming an addin) to the
standard contact toolbar or an additonal toolbar that only opens when you
select a particule contact. Also...is there a way to program the right-mouse
button within contacts to also add a button? I've looked everywhere and have
not been able to find this information out...please help. Thanks
Ken Slovak - [MVP - Outlook] - 28 Aug 2006 14:42 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.