| com.technoetic.xplanner.mail.EmailMessage
All known Subclasses: com.technoetic.xplanner.mail.EmailMessageImpl,
EmailMessage | public interface EmailMessage (Code) | | |
addAttachment | void addAttachment(String filename) throws MessagingException(Code) | | |
addAttachment | void addAttachment(String filename, File file) throws MessagingException(Code) | | |
send | void send() throws MessagingException(Code) | | |
setBody | void setBody(String body) throws MessagingException(Code) | | |
setCcRecipients | void setCcRecipients(String recipients) throws MessagingException, AddressException(Code) | | |
setFrom | void setFrom(String from) throws AddressException, MessagingException(Code) | | |
setRecipient | void setRecipient(int personId) throws MessagingException(Code) | | |
setRecipients | void setRecipients(String recipients) throws AddressException, MessagingException(Code) | | |
setRecipients | void setRecipients(String[] recipients) throws AddressException, MessagingException(Code) | | |
setSentDate | void setSentDate(Date sentDate) throws MessagingException(Code) | | |
setSubject | void setSubject(String subject) throws MessagingException(Code) | | |
|
|