如何设置Outlook Addins立即固定?

发布于 2025-01-26 18:50:44 字数 406 浏览 3 评论 0原文

我通过修改清单文件,如下所示,将支持旋转设置为Outlook Addins的true。这允许可用的引脚图标。默认情况下,未选择PIN。那么,有没有办法将Addins立即钉住?

<!-- Task pane button -->
<Control xsi:type="Button" id="msgReadOpenPaneButton">
  ......
  <Action xsi:type="ShowTaskpane">
    <SourceLocation resid="readTaskPaneUrl" />
    <SupportsPinning>true</SupportsPinning>
  </Action>
</Control>

I set the SupportsPinning to true for outlook addins by modifying the manifest file as shown below. This allows the pin icon available. By default, the Pin is not selected. So is there a way to have the addins PINNED right away?

<!-- Task pane button -->
<Control xsi:type="Button" id="msgReadOpenPaneButton">
  ......
  <Action xsi:type="ShowTaskpane">
    <SourceLocation resid="readTaskPaneUrl" />
    <SupportsPinning>true</SupportsPinning>
  </Action>
</Control>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

━╋う一瞬間旳綻放 2025-02-02 18:50:44

没有。用户负责固定任务窗格。加载项只提供了这样的能力。我建议在

Nope. Users are responsible for pinning the task pane. The add-in just provides such ability. I'd suggest filing a feature request at https://aka.ms/M365dev-suggestions .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文