ersinesen's avatar
ersinesen
Copper Contributor
Dec 12, 2023
Status:
New

[Outlook ItemSend Add-in] Modify the email content

In ItemSend Event handler, I want to change the email content. Send back the modified content to the user for confirmation. function validateBody(event) { mailboxItem.body.getAsync( "html", ...