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