@StableMinor(version="12.2", sinceVersion="4.0") public interface ISingleMail extends IBaseMail
IBaseMail
,
IMultipleMail
,
ISendMailManager.createSingleMail()
MAIL_TYPE_MULTIPLE, MAIL_TYPE_SINGLE
STATUS_SEND_PENDING, STATUS_SENDING, STATUS_SENT_ERROR, STATUS_SENT_OK
Modifier and Type | Method and Description |
---|---|
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.
|
getBody, getCharset, getFrom, getId, getMailLoggingString, getMailType, getReplyTo, getRequestDateTime, getSourceComponent, getSourceComponentStringsUrl, getSubject, setCharset, setFrom, setReplyTo, setSourceComponent, setSourceComponentStringsUrl, setSubject
getErrorMessage, getSentDateTime, getStatus, setErrorMessage, setSentDateTime, setStatus
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.LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.