How to add toolbar to inspector as a default before a new email window is launched.

  • Thread starter Thread starter Caeanis
  • Start date Start date
C

Caeanis

I've seen a number of examples of how to add a toolbar to an existing
inspector, but how do I go about adding controls to a existing toolbar or
add a new toolbar to an inspector that hasn't been initiated yet?
 
Use the NewInspector event to do that. You have to declare an Inspectors
collection object WithEvents to be able to handle the NewInspector event.
 
Back
Top