支持固定不起作用

SupportsPinning is not working

我正在开发 Outlook Web 插件。除了固定选项外,应用程序运行良好。我在 manifest.xml 文件中添加了支持固定。但它没有在视图中显示固定选项。

请在此处查看清单 xml 文件:https://gist.github.com/rajeevprasanna/df5063058d7b1a4e6e35d80f4b253544

我遵循了这里提到的步骤:https://blogs.msdn.microsoft.com/exchangedev/2017/01/26/pinnable-taskpane-in-outlook-2016/

您使用的是哪个版本的 Outlook 运行,在哪个平台上?根据 documentation,对可固定任务窗格的支持目前仅限于 Windows 上特定版本的 Outlook:

**Note**: Pinnable taskpanes are currently only supported by Outlook 2016 for Windows (build 7668.2000 or later for users in the Current or Office Insider Channels, build 7900.xxxx or later for users in Deferred channels).

如果您的 Outlook/平台版本应该 支持固定任务窗格(根据文档),但它不适合您,我建议您查看 outlook-add-in-command-demo GitHub 上的回购(它实现了一个可固定的任务窗格)以确定您的实现与那个实现有何不同。