扩展 Outlook 2010 中的用户界面以添加到右键单击菜单

发布于 2024-12-27 01:54:53 字数 281 浏览 3 评论 0 原文

当我打开电子邮件并右键单击正文菜单时,如何扩展该菜单?我想添加一些功能。

右键单击电子邮件正文菜单

我检查了这篇 Microsoft 开发者网络技术文章 扩展 Outlook 2010 中的用户界面,但无法获得我需要的内容。

How can I extend that menu when I open Email and Right Click on the body menu? I want to add some features.

Right Click Email Body Menu

I checked this Microsoft Developer Network Technical Article Extending the User Interface in Outlook 2010 and could not get what I need.

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

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

发布评论

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

评论(1

森林很绿却致人迷途 2025-01-03 01:54:53

For #1 you may need access to the WordEditor from the active Outlook Inspector. See this post regarding how to get access to the WordEditor from the active inspector.

You will need to work within the Fluent Ribbon UI to create context menus. You just need to implement the IRibbonExtensibility interface. The Ribbon UI uses XML to construct UI elements and handle events. CommandBars have been deprecated in Outlook 2010.

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