need to add ribbon button on highlighted place(button 1 and button 2) in the appointment/meeting screen(see the link for image) of outlook near the Alldayevent checkbox?
0
votes
2 Answers
0
votes
You can add a custom UI to the ribbon only. The Fluent UI (aka Ribbon UI) is described in depth in the following series of articles:
- Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
- Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
- Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)
Also, you may consider creating a form under the ribbon/subject field on your own subclassing Outlook windows. Read more about that on the Creating Adjacent Windows In Outlook page.
FYI Add-in Express provides the TopSubPane
layout out of the box which allows placing like shown on the screenshot: