Extending the User Interface in Outlook 2010 to ad

2019-07-20 01:56发布

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.

1条回答
SAY GOODBYE
2楼-- · 2019-07-20 02:34

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.

查看更多
登录 后发表回答