|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="5.5", sinceVersion="4.0") public interface IMailBody
Stores information of the mail body.
Method Summary | |
---|---|
Collection<IMailAttachment> |
getAttachments()
Returns a collection of attachments for this mail. |
String |
getHtmlMsg()
The html message in the body, or null if there is no html message. |
String |
getTextMsg()
Returns the text message in the body, or null if there is no text message. |
void |
setHtmlMsg(String htmlMsg)
Sets the html message in the body. |
void |
setTextMsg(String textMsg)
Sets the text message for this mail. |
Method Detail |
---|
Collection<IMailAttachment> getAttachments()
ISendMailManager.createMailAttachment()
String getHtmlMsg()
getTextMsg()
void setHtmlMsg(String htmlMsg)
htmlMsg
- the html message value to set.setTextMsg(String)
String getTextMsg()
getHtmlMsg()
void setTextMsg(String textMsg)
textMsg
- the text message value.getTextMsg()
,
setHtmlMsg(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |