Constructor and Description |
---|
Mail(String subject,
String content) |
Mail(String subject,
String content,
boolean html) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getSubject() |
boolean |
isHtml() |
void |
setContent(String content) |
void |
setHtml(boolean html) |
void |
setSubject(String subject) |
Copyright © 2012-2018. All Rights Reserved.