1

I just started working with outlook 2013 addin project template, and need to add new send button, under regular send button on message form (check the image). Is it possible???

enter image description here

Tino
  • 220
  • 6
  • 17

1 Answers1

2

No, it is not. The Outlook object model (nor extensibility model) doesn't provide anything for that.

However, you are free to subclass Outlook Windows using Windows API functions. Take a look at the Adjacent Windows In Outlook page for more information. Also you may find the Creating Adjacent Windows In Outlook sample project helpful.

Also you may consider using a commercial components to get the job done for you. See the TopSubpane layout which comes from ADX.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45