railo.runtime.net.mail
Class MailPart
java.lang.Object
railo.runtime.net.mail.MailPart
- All Implemented Interfaces:
- Serializable
public final class MailPart
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MailPart
public MailPart()
MailPart
public MailPart(String charset)
- Parameters:
charset
-
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
clear
public void clear()
getBody
public String getBody()
- Returns:
- Returns the body.
setBody
public void setBody(String body)
- Parameters:
body
- The body to set.
getCharset
public String getCharset()
- Returns:
- Returns the charset.
setCharset
public void setCharset(String charset)
- Parameters:
charset
- The charset to set.
isHTML
public boolean isHTML()
- Returns:
- Returns the isHTML.
isHTML
public void isHTML(boolean isHTML)
- Parameters:
isHTML
- The type to set.
getWraptext
public int getWraptext()
- Returns:
- Returns the wraptext.
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
setWraptext
public void setWraptext(int wraptext)
- Parameters:
wraptext
- The wraptext to set.
Copyright © 2012 Railo