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?

Right-click context menu for user

< P>

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -