-->

Extending the User Interface in Outlook 2010 to ad

2019-07-20 02:03发布

问题:

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.