OfficeDev / Outlook-Add-in-On-Send

Learn how to check for restricted words in an Outlook email message body, add a recipient to the CC line and check that there is a subject in the email on send.
MIT License
37 stars 32 forks source link

On-Send Not Triggering on Windows Outlook 2016 #13

Closed vardaro closed 4 years ago

vardaro commented 5 years ago

Using the on-send add-in tutorial I'm attempting to configure execution on send in Windows Outlook 2016.

I've followed the instructions configuring the Disable send when web extensions can't load setting in gpedit.msc

When I create and send an email containing blockedwork, the event will trigger properly on Office365 web, but not on the windows app. I'm wondering if there additional steps involved in getting the extension working on Windows native?

Thanks,

Anthony

ElizabethSamuel-MSFT commented 5 years ago

@vardaro Thanks for your question.

At present, the on-send feature is in requirement set 1.8 and requires the newer builds of Windows Outlook available with an Office 365 subscription, but isn't available in one-time purchase versions (see the server/client section of the requirement set support page for more details).

Let us know if you need further info about this.

Thanks.