In an add-in for Outlook I'm working on I'm trying to add a ribbon button that executes a function on the add-in (a module extension).
I've followed the instructions as per the documentation and create a largely empty functionfile.html with the javascript functions, and referenced this in the manifest.
The functions don't fire however, and there is no error whatsoever. I've found a sample on Github that does work.
When I copy the manifest from Github and change the url and function names, it does not work for me either.
In a task-pane add-in rather than a Module Extension it works fine, so it is not my html/js code either.