Search code examples
outlookexemicrosoft-teamsribbonx

Create a button to run a .exe file in Outlook and MS teams


I would like to add a button on outlook and/or MS teams to run a .exe program that I developed with python. I tried to look online but I didn't find anything. Can someone knows how to do it or if it is possible?

Thanks


Solution

  • You can create a VBA macro in Outlook which runs an external executable. And then assign it to the QAT button. See Assign a macro to a button for more information.