add button to the compose mail form with VB ?

  • Thread starter Thread starter MatrimCauthon
  • Start date Start date
M

MatrimCauthon

Hello,

I already coded an action which should only take place when the user is
composing a mail (create a new one, replies to an old one).
Is it possible to programmatically add a button to the standard command
bar in that form? If so how so? =)

Thank you,

Mat.
 
You can use the CommandBars.Add method to add a button to any toolbar or
menu bar.
 
Back
Top