Closed nitro-marky closed 4 years ago
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
Related issue: https://github.com/OfficeDev/office-js-docs-pr/issues/1403
I'm using the on send event with Outlook Add Ins to show a dialog box confirming if the user wants to log the email or not. But it seems to be incompatible to use the On Send with dialogs. When I can get an email to send the send button becomes disabled, this can also happen on no and cancel. I don't understand why there isn't a basic template like the discard dialog that pops up. I just need to modify that for my needs.
Before I post all of the code has anyone else had this problem?