ClearAll
Description
Resets the contents of the mail message object.
This method removes the intended recipients (including Cc and Bcc recipients), the subject line, and the body text of the message. This method also resets the return address to the e-mail address of the submitter of the record.
Note: This method is for VBScript only. It is not available
for Perl.
Syntax
VBScript
MailMsg.ClearAll
- Identifier
- Description
- MailMsg
- A Mail Message object, representing the mail message to be sent.
- Return value
- None.