Method Summary |
|
public byte[] | getContent() Returns the content of the message as an input stream. |
public BigInteger | getMessageNumber() Returns the message number of the message within its sequence. |
public String | getTo() Returns the to address of this message. |
public void | setContent(byte[] c) Sets the message content as an input stream. |
public void | setMessageNumber(BigInteger mn) Sets the message number of the message within its sequence. |
public void | setTo(String t) Sets the to address of this message. |