problem with outllok editor

V

vj5

Hi Experts
I created a add-in Toolbar for outllok application to insert a image
when user goes to compose a mail.
Toolbar showing in Outlook's main screen but when user goes to
compose a mail with outlook editor its not showing my toolbar
How i can enable that toolbar when user compose a mail by using Outllok
editor
 
K

Ken Slovak - [MVP - Outlook]

I believe this was just answered for you in other forums. In any case, any
item window is an Inspector. A folder view window is an Explorer. You need
to add your button to the Inspector you get in the NewInspector event of the
Inspectors collection, not to an Explorer.
 
Top