public interface EmailContent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns the content of the e-mail message as a String.
|
java.lang.String |
getSubject()
Returns the subject of the e-mail message as a String.
|
static final java.lang.String COPYRIGHT