|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ezprotocols.ezpop.Message
Represents an Electronic mail.
| Constructor Summary | |
Message()
Creates a new instance of Message. |
|
| Method Summary | |
java.lang.String |
getBody()
Gets the body of the electronic mail. |
java.lang.String |
getContentType()
Gets the content-type of the electronic mail. |
java.lang.String |
getDate()
Gets the date when the electronic mail was sent. |
java.lang.String |
getFrom()
Gets the sender address of the electronic mail. |
java.lang.String |
getMimeVersion()
Gets the MIME-Version of the electronic mail. |
int |
getPriority()
Gets the priority of the electronic mail. |
java.lang.String |
getReplyTo()
Gets the address for the reply. |
java.lang.String |
getSubject()
Gets the subject of the electronic mail. |
java.lang.String |
getTo()
Gets the address of the recipient(s) of the electronic mail. |
java.lang.String |
toString()
Returns all message information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Message()
| Method Detail |
public java.lang.String getBody()
public java.lang.String getMimeVersion()
public java.lang.String getContentType()
public int getPriority()
public java.lang.String getFrom()
public java.lang.String getReplyTo()
public java.lang.String getDate()
public java.lang.String getSubject()
public java.lang.String getTo()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||