In the Memo form of a Mail database, I have intercepted the notesUIdocument.send() method and replaced it with the notesDocument.send(false,“”) method, both found in the coreEmailClasses script library. In this case the document does get sent, but the body field is now missing. In the save and/or send processes, does the Body field get manipulated in any way?
Subject: Missing Body field in mail document
I can’t answer your question directly, but you have to keep in mind that the backend notesDocument updates a rich text field after closing of the UI document.Thus, using the backend class method to send the mail, you’re just asking for trouble.