The MimeMessage type exposes the following members.

Fields

  Name Description
Protected field changed
Tracks whether this MimeMessage has changed.
Protected field characterEncoding
The character encoding used in this MimeMessage.
Protected field Static member COLON
Represents byte value for colon.
Protected field contentType
The content type used in this MimeMessage.
Protected field Static member CR
Represents byte value for carriage return.
Protected field Static member CRLF
Represents String value for carriage return line feed combination.
Protected field definedBody
The message body as defined using the setBody method.
Protected field Static member EQUALS
Represents byte value for equals sign.
Protected field headerIndex
Tracks all MIME headers
Protected field headers
The set of MimeHeader for this MimeMessage.
Protected field Static member LF
Represents byte value for line feed.
Protected field message
The message contents as provided in the MimeMessage constructor.
Protected field messageBody
The message body as parsed in the MimeMessage constructor.
Protected field parts
The MIME parts for this MimeMessage.
Protected field Static member QUESTION_MARK
Represents byte value for question mark.
Protected field Static member SEMI_COLON
Represents byte value for semi-colon.
Protected field Static member SPACE
Represents byte value for space.
Protected field Static member TAB
Represents byte value for tab.

See Also