|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="4.0") public interface ISingleMail
Stores the information about a single mail to be sent.
IBaseMail
,
IMultipleMail
,
ISendMailManager.createSingleMail()
Field Summary |
---|
Fields inherited from interface lumis.portal.sendmail.IBaseMail |
---|
MAIL_TYPE_MULTIPLE, MAIL_TYPE_SINGLE |
Fields inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
STATUS_SEND_PENDING, STATUS_SENDING, STATUS_SENT_ERROR, STATUS_SENT_OK |
Method Summary | |
---|---|
String |
getBcc()
Returns the bcc field value for this mail. |
String |
getCc()
Returns the cc field value for this mail. |
String |
getTo()
Returns the to field value for this mail. |
void |
setBcc(String bcc)
Sets the bcc field value for this mail. |
void |
setCc(String cc)
Sets the cc field value of this mail. |
void |
setTo(String to)
Sets the to field value of this mail. |
Methods inherited from interface lumis.portal.sendmail.IBaseMail |
---|
getBody, getCharset, getFrom, getId, getMailLoggingString, getMailType, getReplyTo, getRequestDateTime, getSourceComponent, getSourceComponentStringsUrl, getSubject, setCharset, setFrom, setReplyTo, setSourceComponent, setSourceComponentStringsUrl, setSubject |
Methods inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
getErrorMessage, getSentDateTime, getStatus, setErrorMessage, setSentDateTime, setStatus |
Method Detail |
---|
String getBcc()
void setBcc(String bcc)
bcc
- the bcc field value to set.String getCc()
void setCc(String cc)
cc
- the cc field value to set.String getTo()
void setTo(String to)
to
- the to field value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |