简体   繁体   中英

Adding to the context menu in office plugin with c#

I am creating an office 2016 plugin for Microsoft Outlook, and would like to customize the context menu (right click menu) by adding elements when I right click on a calendar event.

Previously ApplicationEvents_11_Event.ItemContextMenuDisplayevent

and its functions would get the job done but it seems to be deprecated and no longer supported. Is there a new option for me if I would like to edit the context menu in Outlook 2016 with c#? I am using visual studio 2015 community and the Outlook 2013 and 2016 VSTO add-in template.

The Fluent UI (aka Ribbon UI) is used for customizing context menus in Outlook 2010 and above. Read more about context menus in the articles:

The UI is described in depth in the following series of articles:

Finally, in case of VSTO add-ins take a look at the Walkthrough: Creating a Custom Tab by Using Ribbon XML article.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM