|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface IMultipleMail
Stores the information about a multiple mail to be sent. This mail is sent once for each destination defined in it.
IBaseMail
,
IMultipleMail
,
ISendMailManager.createMultipleMail()
,
getDestinations()
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 | |
---|---|
Collection<IMailDestination> |
getDestinations()
Returns a collection of destinations for 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 |
---|
Collection<IMailDestination> getDestinations()
ISendMailManager.createMailDestination()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |