-1

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

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Joss Fres
  • 15
  • 3
  • Please see: [Why is β€œCan someone help me?” not an actual question?](http://meta.stackoverflow.com/q/284236) – Clive Dec 05 '22 at 16:22
  • Does this answer your question? [How to assign a Python script to a button in Outlook?](https://stackoverflow.com/questions/64649817/how-to-assign-a-python-script-to-a-button-in-outlook) – niton Dec 05 '22 at 23:12

1 Answers1

0

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.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45