Web Addin - OnMessageSend - Soft Blocking/Prompt User is not working in Outlook Classic #5214
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Issue Description:
I am creating a web add-in that hooks to the send email button. When the user clicks send, it is supposed to first pull the to, subject and content and send it to my API, before allowing the email to send. It works as expected when used on OWA and the New Outlook Desktop but it does not work on the Classic Outlook. The function which we declared in our JS function is not being called. The User Prompt is only supposed to show if the Addin is not available. In this case even if the web add-in has loaded (as seen in the screenshot), it is not triggering our JS function.
Screenshot:
Below are our codes which can reproduce this issue.
Manifest File:
Launch Event HTML Code:
Launch Event JS Code:
Environment:
The text was updated successfully, but these errors were encountered: