public class PostmarkMessage extends PostmarkMessageBase
attachments, bccAddress, ccAddress, fromAddress, headers, replyToAddress, tag, toAddress| Constructor and Description |
|---|
PostmarkMessage(PostmarkMessage message) |
PostmarkMessage(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String subject,
String body,
boolean isHTML,
String tag) |
PostmarkMessage(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers) |
PostmarkMessage(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String bccAddress,
String subject,
String body,
boolean isHTML,
String tag,
List<NameValuePair> headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
boolean |
equals(Object o) |
String |
getHtmlBody() |
String |
getSubject() |
String |
getTextBody() |
int |
hashCode() |
void |
setHtmlBody(String htmlBody) |
void |
setSubject(String subject) |
void |
setTextBody(String textBody) |
String |
toString() |
addAttachment, getAttachments, getBccAddress, getCcAddress, getFromAddress, getHeaders, getReplyToAddress, getTag, getToAddress, setAttachments, setBccAddress, setCcAddress, setFromAddress, setHeaders, setReplyToAddress, setTag, setToAddress, validatepublic PostmarkMessage(String fromAddress, String toAddress, String replyToAddress, String ccAddress, String bccAddress, String subject, String body, boolean isHTML, String tag, List<NameValuePair> headers)
public PostmarkMessage(String fromAddress, String toAddress, String replyToAddress, String ccAddress, String subject, String body, boolean isHTML, String tag, List<NameValuePair> headers)
public PostmarkMessage(String fromAddress, String toAddress, String replyToAddress, String ccAddress, String subject, String body, boolean isHTML, String tag)
public PostmarkMessage(PostmarkMessage message)
public void clean()
clean in class PostmarkMessageBasepublic String getSubject()
public void setSubject(String subject)
subject - The email subjectpublic String getHtmlBody()
public void setHtmlBody(String htmlBody)
htmlBody - The HTML body content of the messagepublic String getTextBody()
public void setTextBody(String textBody)
textBody - The plain text body content of the messageCopyright © 2017. All rights reserved.