Method Summary |
|
public String | getBCCTo() Returns a String representing the
blind carbon copy receivers(s) of the message. |
public String | getBody() Returns a String representing the body
of the message.
Note that the body will be the (plain text) content of
a singlepart message. |
public String | getCCTo() Returns a String representing the
carbon copy receivers(s) of the message. |
public Date | getDate() Convenience method that returns a Date
representing the received or sent date of the message. |
public String | getFrom() Returns a String representing the sender(s)
of the message. |
public String | getFullHeader() Returns the full message header as String. |
public int | getMessageNumber() Returns an int representing the number
of this message. |
public JwmaMessagePart[] | getMessageParts() Returns an array of JwmaMessagePart objects.
If this message does not contain any parts, then this
method returns an empty array. |
public Date | getReceivedDate() Returns a Date representing the
date when the message was received. |
public String | getReplyTo() Returns a String representing the Reply-To
address(es) of the message. |
public Date | getSentDate() Returns a Date representing the
date when the message was sent. |
public String | getSubject() Returns a String representing the subject
of the message. |
public String | getTo() Returns a String representing the receivers(s)
of the message. |
public boolean | isMultipart() Tests if the message is multipart.
A multipart message has attachments
or is composed out of different parts.
Note that this method will always return the opposite
of isSinglepart() (i.e. |
public boolean | isReceived() Tests if the message was received. |
public boolean | isSent() Tests if the message was sent.
Note that this method will always return the opposite of
isReceived() (i.e. |
public boolean | isSinglepart() Tests if the message is singlepart. |