Outlook Taskpane(officejs)Addin未在功能区显示

发布于 2025-02-06 13:24:10 字数 155 浏览 2 评论 0原文

我正在尝试使用Yoman-Generator开发Outlook Addin。 该代码运行并打开Outlook,但Taskpane Addin并未出现在功能区上的任何地方。 还检查了残疾和无活动的插件,但无处可找到Taskpane。

有人可以帮我吗?我正在使用Outlook 2016

I am trying to develop a outlook addin using yoman-generator.
The code runs and opens outlook but the taskpane addin doesnot appear anywhere on the ribbon.
Also checked the disabled and inactive addins but the taskpane is nowhere to be found.

Anyone can help me on this please? And I am using outlook 2016

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

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

发布评论

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

评论(1

意中人 2025-02-13 13:24:10

首先,您需要检查清单文件中的任何功能区UI自定义。如果未在此处列出功能区按钮,您将永远不会在UI上找到它们。

还检查了残疾人和无活动的addins,但Taskpane无处可找到。

看来您已经检查了COM加载项列表,而不是Outlook中的Web附加组件。在主页选项卡上,您可以找到获取附加按钮,该按钮将打开“附加”对话框在窗口左侧的选项卡,您可能会找到列出的加载项。如果未列出,则需要通过指向清单文件来添加它。在这样做之前,您需要确保正在运行加载项的Web服务器,并且可以访问文件。

First of all, you need to check the manifest file for any ribbon UI customizations. If ribbon buttons are not listed there, you will never find them on the UI.

Also checked the disabled and inactive addins but the taskpane is nowhere to be found.

It seems you have checked the list of COM add-ins, not web add-ins in Outlook. On the Home tab you may find the Get Add-ins button which opens the Add-ins dialog where if clicking on the My Add-ins tab on the left side of the window you may find your add-in listed. If it is not listed there you need to add it by pointing to the manifest file. Before doing that you need to make sure the web server where the add-in is hosted is running and files are accessible.

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