SendMail.Body (Property)

The body text for the e-mail message.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
Property/method value type:String primitive
JavaScript syntax:NESmySendMail.Body

This property contains the value that is transmitted in the body of the outgoing e-mail.

You can store any valid 7 bit ASCII text here. If you want to get really sneaky, you can construct a MIME type separator and embed some attachments or send a multi-part message.