locked
Outlook 2016 backstage customization RRS feed

  • 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



    Wednesday, July 6, 2016 2:48 PM

Answers

All replies