Creation of email in Office js inside an Outlook OWA plugin

Copper Contributor

I have an Outlook OWA plugin that can get information from a user using the Dialog API and send an email on closure of the event.  Is there a way to send a 2nd email to another user with the values from the values captured from the Dialog?   

 

I am using the onSend event in Outlook.  

 

The end result is 2 emails being send. 

1) Original send to all recipients

2) 2nd Email send only to another user for tracking purposes. (Used for security purposes)

 

I am not seeing any examples or references in the API to just send an email that is built programmatically through Outlook JS. 

0 Replies