When sending emails from Dynamics you get three pop-ups before the email is actually sent.
There is a Plugin registered on Email PreSend event.
In this plugin I have written some custom login which change Email attributes value like description, from etc before sending email.
This was working fine till MSCRM 2015 but now from MSCRM 2016 it shows three pop-ups before sending email. From the pop-up it's clear that there is something changed in the form which is done by PreSend plugin.
Don't tell the alternate way is to do java script. It's not possible in my case.
How can I stop showing these three popups and send email w/o these pop-ups??