I want to load a custom commandbar to the email editor when we load a new instance of editor. (Using Word as Default Email editor)
I have done this in Word by writing AutoNew() event handler but when I try to use it through Outlook or even in Word (by clicking new Mail Message) the macro is not executed.
The AutoNew() macro was written in Normal.dot template.

Any ideas?