lumis.portal.sendmail
Interface ISingleMail

Package class diagram package ISingleMail
All Superinterfaces:
IBaseMail, IMailSendStatus

@StableMinor(version="5.5",
             sinceVersion="4.0")
public interface ISingleMail
extends IBaseMail

Stores the information about a single mail to be sent.

Since:
4.0.4
See Also:
IBaseMail, IMultipleMail, ISendMailManager.createSingleMail()

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
 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.
 
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

getBcc

String getBcc()
Returns the bcc field value for this mail.

Returns:
the bcc field value for this mail.
Since:
4.0.4

setBcc

void setBcc(String bcc)
Sets the bcc field value for this mail.

Parameters:
bcc - the bcc field value to set.
Since:
4.0.4

getCc

String getCc()
Returns the cc field value for this mail.

Returns:
the cc field value for this mail.
Since:
4.0.4

setCc

void setCc(String cc)
Sets the cc field value of this mail.

Parameters:
cc - the cc field value to set.
Since:
4.0.4

getTo

String getTo()
Returns the to field value for this mail.

Returns:
the to field value for this mail.
Since:
4.0.4

setTo

void setTo(String to)
Sets the to field value of this mail.

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


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