Outlook: Adding a command bar in new mail message window

S

see_sharp

Hi All,

I'm composing an Outlook COM Add-In using ATL under VS 2005.
I already know how to add a command bad to an office application, but how
can I add a command bar to the new mail message window (the window where you
edit your new email message)?

Thanks!
Ohad Asor.
 
K

Ken Slovak - [MVP - Outlook]

Handle the NewInspector event and use the Inspector.Activate event as the
place where you add your UI. Outlook doesn't provide an application-wide
CommandBars collection, each Explorer and Inspector have their own
CommandBars collection.
 
Top