custom button not appearing when a mail item is opened

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created COM-Addins to create a custm toolbar and button.
When the outlook is started the toolbar and button appears in the command bar.
When I open a mail item to read, then the toolbar and button doesn't appear
on this mail item. How make the toolbar and button appear in new mail window
and open a mail window.
 
A button created for a folder view (Explorer) has nothing to do with what
you see in an Inspector (window for open items). You need to create a
separate button for the Inspector. Do so in the Inspector.Activate event,
not the Inspectors.NewInspector event, which is used to tell you a new
Inspector has opened.
 
Back
Top