Issues using addons (specifically the outlook-verify-sensitivity-label) #1034
Unanswered
maxsilvernagel
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Are you able to follow and run the Outlook add-in quick start? https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart-yo |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to test out this addon, and I cannot seem to get things working, and any/all documentation I can find online assumes that users are very familiar with NPM, NodeJS, etc. in setting this up and hosting things.
I downloaded the manifest.xml file from the Samples/outlook-verify-sensitivity-label/manifest-configurations/add-in-only/manifest.xml location. Based on the "try it out" steps, I should be able to just load this into Web Outlook as a custom addon, send a test email to the fictional fabrikam.com address and it will work, as "The add-in web files are served from this GitHub repository"
When I load the xml file and send a test email or change the email labels, it simply does not run anything, and I am rather confused on where to go from here. Even if there is just a guide to follow on setting this up, that would be immensely appreciated, as again I am new to all of this and there does not seem to ever be more detail in the MS documentation than "host the files using NPM" or other one-liners.
Thank you!
All reactions