public final class MailPart extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getBody() |
String |
getCharset() |
String |
getType() |
int |
getWraptext() |
boolean |
isHTML() |
void |
isHTML(boolean isHTML) |
void |
setBody(String body) |
void |
setCharset(String charset) |
void |
setType(String type) |
void |
setWraptext(int wraptext) |
String |
toString() |
public MailPart()
public void clear()
public String getCharset()
public void setCharset(String charset)
charset
- The charset to set.public boolean isHTML()
public void isHTML(boolean isHTML)
isHTML
- The type to set.public int getWraptext()
public void setWraptext(int wraptext)
wraptext
- The wraptext to set.Copyright © 2015 Lucee