@StableMinor(version="12.3", sinceVersion="4.0") public interface IMailDestination extends IMailSendStatus
ISendMailManager.createMailDestination()
STATUS_SEND_PENDING, STATUS_SENDING, STATUS_SENT_ERROR, STATUS_SENT_OK
Modifier and Type | Method and Description |
---|---|
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.
|
getErrorMessage, getSentDateTime, getStatus, setErrorMessage, setSentDateTime, setStatus
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.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.