The EmailMessage type exposes the following members.

Fields

  Name Description
Protected field changed
Tracks whether this MimeMessage has changed.
(Inherited from MimeMessage.)
Protected field characterEncoding
The character encoding used in this MimeMessage.
(Inherited from MimeMessage.)
Protected field contentType
The content type used in this MimeMessage.
(Inherited from MimeMessage.)
Protected field definedBody
The message body as defined using the setBody method.
(Inherited from MimeMessage.)
Protected field headerIndex
Tracks all MIME headers
(Inherited from MimeMessage.)
Protected field headers
The set of MimeHeader for this MimeMessage.
(Inherited from MimeMessage.)
Protected field message
The message contents as provided in the MimeMessage constructor.
(Inherited from MimeMessage.)
Protected field messageBody
The message body as parsed in the MimeMessage constructor.
(Inherited from MimeMessage.)
Protected field parts
The MIME parts for this MimeMessage.
(Inherited from MimeMessage.)

See Also