News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL val_ClearMessage
Purpose: Clear the text of the email message. Handle: The unique ID identifying the email object Operator: val_ClearMessage = 12 Data: Ignored; pass an empty string Returns: Success or Error Status
This operator deletes all currently existing message text of the email message. That is the text that is added with the val_AddMessageLine operator. This operator does not clear the file specified with the val_SetMessageFile operator.
While it is certainly safer to use this operator, it is not really necessary to do so unless you are sending more than one email message with a single email object. Unless, of course, you have other reasons for doing so.
|