Ability to disable appending of original message on replies
Github Issue: https://github.com/OfficeDev/office-js/issues/1779#issuecomment-829159262
Essentially, there is no way to stop OWA from appending the original message to the body when replying to an email, unless the user clicks the "..." at the bottom of the compose window. The original message gets added AFTER any "on-send" functions defined in an add-in are ran, so there is no way at all to control the entire body of a reply message.
This is a big issue when an add-in needs to control the entire message body. For example, an add-in that does encryption.
1 Comment
- DanVirtru09Copper Contributor
This feature would help us with our add in, having this inconsistency with the different supported Microsoft platforms and if the ellipsis is clicked or not, causes our Application to also act inconsistency which is not ideal.