0

Within an Outlook Addin I am currently capturing when a user clicks the Recurrence Button for Series using this XML:

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
    <commands>
        <command idMso="Recurrence" onAction="RecurrenceButtonClick"/>
        <command idMso="RecurrenceExplorer" onAction="RecurrenceButtonClick"/>
    </commands>
</customUI>

Now there is this new Button in the latest Outlook Versions that I cannot capture:

enter image description here

I have not found the control-id in the Excels provided by Microsoft:

https://github.com/OfficeDev/office-fluent-ui-command-identifiers

Thanks in advance.

eljoe
  • 168
  • 2
  • 7
  • What exactly are you trying to do and why? – Dmitry Streblechenko Jun 29 '20 at 21:31
  • When an Appointment is linked to our system and users use our Addin, we want to stop them from changing recurrence of existing series. We do this right now by using the onAction callback for the Recurrence Buttons in the Ribbon. – eljoe Jun 30 '20 at 07:18

0 Answers0