0

I am developing an Outlook-addin that needs to have a custom way of sending emails. Is it possible to add a custom send button to the new message dialog in Outlook? New Message Form

Anders
  • 647
  • 2
  • 8
  • 16
  • You cannot customize this part. Please see [my link list in this answer][1]. [1]: http://stackoverflow.com/questions/7052233/outlook-2010-add-in-how-to-customize-from-to-cc-subject-pane/7054714#7054714 – domke consulting Oct 06 '11 at 08:49

1 Answers1

1

As far as I know, the "area" where the "Send" button is located is not customizable.

One work-around would be to add a "panel" below the marked section, and have a button there... or, you could create a custom type of items altogether.

SaguiItay
  • 2,145
  • 1
  • 18
  • 40