is it possible to add a button to the right-click context menu for a user in Outlook 2010 using VBA?

喜你入骨 提交于 2019-12-12 03:16:53

问题


I've tried many things and read up quite a bit but I cannot figure this out.

I cannot create an add-in so I have to use VBA.

I want to add a a button to the right-click context menu when I right-click on a user. Is this possible?


回答1:


Yes, it is possible to customize the context menu in Outlook. See Customizing Context Menus in Office 2010 for more information.

But VBA doesn't allow to customize the Fluent UI in Outlook, you need to develop an add-in instead.



来源:https://stackoverflow.com/questions/28090754/is-it-possible-to-add-a-button-to-the-right-click-context-menu-for-a-user-in-out

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