Extending the User Interface in Outlook 2010 to add to the Right Click menu

爱⌒轻易说出口 提交于 2019-12-12 21:30:45

问题


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

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


回答1:


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.



来源:https://stackoverflow.com/questions/8881807/extending-the-user-interface-in-outlook-2010-to-add-to-the-right-click-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!