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
35 stars 31 forks source link

Manifests don't work withe Centralized Add-In Deployment #8

Open grg17 opened 5 years ago

grg17 commented 5 years ago

I receive the following error when deploying any of the 2 manifests using Admin Center -> Settings -> Services and add-ins. image

Is there a way how manifests can be fixed? Thanks.

Will-Blackburn commented 5 years ago

I've just tested this by creating a blank new project in Visual Studio 2017 using the template and it is preventing building the project due to the same error:

image

Checking the documentation this should be valid: https://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/extensionpoint#events

mhzer commented 5 years ago

I am seeing the same problem.

Will-Blackburn commented 5 years ago

@exextoc sorry to tag you like this but I'm getting pressure from the directors to find out if it's actually possible to do a send block for a new product development we're on with. Can you let us know if this is the correct place to raise these issues or give an ETA on an answer please?

exextoc commented 5 years ago

We were able to repro this issue with itemSend and we are currently looking into it. The Visual Studio error is a separate issue, and it should not affect your ability to deploy the add-in.

mhzer commented 5 years ago

Any updates on this issue?

mhzer commented 5 years ago

This problem has been fixed in Office 365: https://github.com/OfficeDev/office-js/issues/324

I believe this ticket can be closed.