is it possible to add a button to the right-click context menu for a user in Outlook 2010 using VBA? -
I have tried a lot of things and have read a bit, but I can not understand it.
I can not create an add-in, so I have to use VBA.
I want to right-click the AA button in the context menu, when I right-click the user. Is this possible?
Yes, it is possible to customize context menu in Outlook. See for more information.
But VBA does not allow customizing the Fluent UI in Outlook, you need to develop an add-in instead.
Comments
Post a Comment