public interface Email
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromAddress()
Get the From address, which represents the sender of the email
|
java.lang.String |
getMessage()
Get the message of the email.
|
int |
getPriority()
Get the priority of the email.
|
java.lang.String |
getSubject()
Get the subject of the email
|
java.lang.String |
getToAddress()
Get the recipient(s) of the email.
|
java.lang.String getFromAddress()
java.lang.String getToAddress()
java.lang.String getSubject()
java.lang.String getMessage()
int getPriority()