Answered by:
Outlook 2016 backstage customization

Question
-
Buttons have been changes to Tabs in backstage in many cases in Office 2016 products comparing with Office 2010.
I am developing Add-in, which currently works for Outlook 2010.
I am adding two buttons to backstage. Please note following attribute [ insertAfterQ="SaveAttachments" ] , I use it as an anchor to place my custom buttons precisely.
Will it still work in Outlook 2016 backstage? Or value has been changed/renamed?
Where can I find a specification for full list of the backstage buttons/tabs of Outlook 2016?
<backstage>
<button id="btnMyCompanySaveAttachments" visible="true" getLabel="GetLabel" insertAfterQ="SaveAttachments" onAction="actionEWorking" getEnabled="getEnabled" getImage="GetButtonImage" />
<button id="btnMyCompanySave" visible="true" getLabel="GetLabel" onAction="actionEWorking" insertAfterQ="SaveAttachments" getEnabled="getEnabled" getImage="GetButtonImage" />
</backstage>Regards,
Mark Pevsner
- Edited by Outlook 2016 backstage customization Wednesday, July 6, 2016 2:59 PM
- Moved by Steve Fan Thursday, July 7, 2016 3:15 AM coding related
Wednesday, July 6, 2016 2:48 PM
Answers
-
>>>Where can I find a specification for full list of the backstage buttons/tabs of Outlook 2016?
According to your description, you could download Office 2016 Help Files: Office Fluent User Interface Control Identifiers
For more information about customizing the Backstage view, you could see Introduction to the Office 2010 Backstage View for Developers and Customizing the Office 2010 Backstage View for Developers.
- Proposed as answer by David_JunFeng Sunday, July 17, 2016 2:55 PM
- Marked as answer by Edward8520Microsoft contingent staff Monday, July 18, 2016 5:48 AM
Thursday, July 7, 2016 9:03 AM
All replies
-
Hi,
This forum is for general questions and feedback related to Microsoft Office. Since your question is more related to Outlook development, I'll move this thread to the Outlook for Developers forum:
https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=outlookdev
Steve Fan
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.Thursday, July 7, 2016 3:15 AM -
>>>Where can I find a specification for full list of the backstage buttons/tabs of Outlook 2016?
According to your description, you could download Office 2016 Help Files: Office Fluent User Interface Control Identifiers
For more information about customizing the Backstage view, you could see Introduction to the Office 2010 Backstage View for Developers and Customizing the Office 2010 Backstage View for Developers.
- Proposed as answer by David_JunFeng Sunday, July 17, 2016 2:55 PM
- Marked as answer by Edward8520Microsoft contingent staff Monday, July 18, 2016 5:48 AM
Thursday, July 7, 2016 9:03 AM