News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.ClearMessage()
Parameters None Returns: Success or Error Status
This method deletes all currently existing message text from the email message. That is the text that is added with the Email.AddMessageLine() method.
While it is certainly safer to call this method, it is not really necessary to do so unless you are sending more than one email message with the same Email class instance. Unless, of course, you have other reasons for doing so.
|