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

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?
 
K

Ken Slovak

Use the NewInspector event to do that. You have to declare an Inspectors
collection object WithEvents to be able to handle the NewInspector event.
 
Top