lumis.portal.sendmail
Interface IMailDestination

Package class diagram package IMailDestination
All Superinterfaces:
IMailSendStatus

@StableMinor(version="4.1",
             sinceVersion="4.0")
public interface IMailDestination
extends IMailSendStatus

Specifies a destination of a mail.

Since:
4.0.4
See Also:
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

getEmailAddress

String getEmailAddress()
Returns the mail address of this destination.

Returns:
the mail address of this destination.
Since:
4.0.4

setEmailAddress

void setEmailAddress(String email)
Sets the mail address of this destination.

Parameters:
email - the mail address value to set.
Since:
4.0.4

getId

String getId()
Returns a unique identifier for this destination.

Returns:
a unique identifier for this destination.
Since:
4.0.4

getName

String getName()
Return the name of this destination.

Returns:
the name of this destination.
Since:
4.0.4

setName

void setName(String name)
Sets the name of this destination.

Parameters:
name - the name value to set.
Since:
4.0.4


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.