MoreBody

Description

Appends additional body text to the mail message.

Use this method to add body text above and beyond what you added with the SetBody. You can call this method as many times as you like. Each call to this method appends the specified text to the end of the message content.

This method does not add end-of-line characters or any other formatting characters when appending the text; you must add these characters yourself to the string you pass in to the bodyText parameter.

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

Syntax

VBScript


MailMsg.MoreBody bodyText 
Identifier
Description
MailMsg
A Mail Message object, representing the mail message to be sent.
bodyText
A String containing the body text to add to the mail message.
Return value
None.