0

在 Outlook 插件中,当用户使用此 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>

现在,我无法捕获的最新 Outlook 版本中有这个新按钮:

在此处输入图像描述

我在微软提供的 Excel 中没有找到 control-id:

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

提前致谢。

4

0 回答 0