VSTO2005 Outlook
I now want to create and make visible a different toolbar when users open or create a task, e-mail or appointment.
Any help will be appreciated.
I now want to create and make visible a different toolbar when users open or create a task, e-mail or appointment.
Any help will be appreciated.
In case your question has not yet been answered, here's the deal. CommandBars can be made visible and invisible. You simply need to set the Visible property to True or False depending on your conditions. Use the Explorer.FolderSwitch event to change your toolbar visibility.
HTH
John R. Durant [MSFT]
blog1 http://blogs.msdn.com/johnrdurant
blog2 http://spaces.msn.com/members/painjunkie
This posting is provided "AS IS" with no warranties, and confers no rights.
the CommandBars for Items are Inspectors CommandBars.
If you like see my VSTO sample that shows how to create CommandBars for Explorers and Inspectors.
Greets, Helmut
Sample:
http://www.x4u.de/Outlook/Samples/tabid/77/Default.aspx
Thanks
Ignus