mailBody

The mailBody represents the body of an internet message.  A message mainly consists of a list of headers and a body, separated by a NULL line.  The headers section always precedes the body as defined by the syntax form:

             Message = <Headers> <NULL> <Body>

 Below is a sample of an internet message that shows the header and body section.

See Message Body.

 

Methods

Properties