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.
VBScript
MailMsg.MoreBody bodyText