当我打开电子邮件并右键单击正文菜单时,如何扩展该菜单?我想添加一些功能。
我查看了此Microsoft开发人员网络技术文章Extending the User Interface in Outlook 2010,但无法获得我需要的内容。
答案 0 :(得分:1)
对于#1,您可能需要从活动的Outlook Inspector访问WordEditor
。有关如何从this post访问WordEditor
,请参阅active inspector。
您需要在Fluent Ribbon UI到create context menus内工作。您只需要实现IRibbonExtensibility
接口。功能区UI使用XML构建UI元素并处理事件。 CommandBars
已deprecated in Outlook 2010。