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

user confirmation #17

Open sdmonkey opened 4 years ago

sdmonkey commented 4 years ago

I have the on-send event passing mailbox item information back to my application API but I need the user to confirm the action if for instance the user email does not exist already in our app. Something like "This user does not currently exist! Add as new user? [OK] [CANCEL]. I believe this is not possible with the notifications that are part of this example, right? I see some dialog options but have not been able to successfully merge the two projects into a single xml. Is there a notification type where you can define an action besides 'dismiss'? Or is there another project that would provide an example as I described?