mailBody

The mailBody contains the freeform data in the mailMessage interface.  A message mainly consists of a list of headers and a body, separated by a NULL line.  The headers section always precedes the body.

             Message = <Headers> <NULL> <Body>

 Example message:

The body holds the following properties:

Methods

Properties