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.

Remarque : This method is for VBScript only. It is not available for Perl.

Syntaxe

VBScript

MailMsg.ClearAll 
Identificateur
Description
MailMsg
A Mail Message object, representing the mail message to be sent.
Valeur renvoyée
Aucune.

Feedback