is it possible to add a button to the right-click

2019-09-07 06:17发布

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?

the right-click context menu for a user

1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-09-07 07:14

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.

查看更多
登录 后发表回答