I’m looking the way to build an AddIn for Outlook with Python that add a button to the toolbar that has a behavior (doesn’t matter).
I’ve searched around and didn’t found anything. The only things I’ve found are backend, no GUI.
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could study the source for the SpamBayes outlook addin:
which used “Spam” and “Not Spam” buttons. (Search for _AddControl function.)
General info on the addin here: