|
||||||||||
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 IMailDestination
Specifies a destination of a mail.
ISendMailManager.createMailDestination()
Field Summary |
---|
Fields inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
STATUS_SEND_PENDING, STATUS_SENDING, STATUS_SENT_ERROR, STATUS_SENT_OK |
Method Summary | |
---|---|
String |
getEmailAddress()
Returns the mail address of this destination. |
String |
getId()
Returns a unique identifier for this destination. |
String |
getName()
Return the name of this destination. |
void |
setEmailAddress(String email)
Sets the mail address of this destination. |
void |
setName(String name)
Sets the name of this destination. |
Methods inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
getErrorMessage, getSentDateTime, getStatus, setErrorMessage, setSentDateTime, setStatus |
Method Detail |
---|
String getEmailAddress()
void setEmailAddress(String email)
email
- the mail address value to set.String getId()
String getName()
void setName(String name)
name
- the name value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |