I have customized the standard email template. I have certain functionalities ( like stamping a logo in the email ) which should happen only after the spell check is complete. As of now even if the user clicks the cancel send button in the spell check the functionalities are triggering. Can anyone please let me know how we can identify that user has clicked the cancel send button in the spell checker, so that i can stop the functionality there in.
I need to replace the logo in the memo form and open a dialog box to add some keywords in subject line. I am doing this functionality in the send button click by calling some script libraries. I have to do these actions only if the spell check is complete. If the user clicks cancel send then i should not perform these operations. Please let me know how to do this.