| java.lang.Object com.technoetic.xplanner.mail.EmailMessageImpl
EmailMessageImpl | EmailMessageImpl() throws MessagingException(Code) | | |
addAttachment | public void addAttachment(String filename) throws MessagingException(Code) | | |
addAttachment | public void addAttachment(String filename, File file) throws MessagingException(Code) | | |
send | public void send() throws MessagingException(Code) | | |
setBody | public void setBody(String body) throws MessagingException(Code) | | |
setCcRecipients | public void setCcRecipients(String recipients) throws MessagingException, AddressException(Code) | | |
setFrom | public void setFrom(String from) throws AddressException, MessagingException(Code) | | |
setHibernateOperations | public void setHibernateOperations(HibernateOperations hibernateOperations)(Code) | | |
setRecipient | public void setRecipient(int personId) throws MessagingException(Code) | | |
setRecipients | public void setRecipients(String recipients) throws AddressException, MessagingException(Code) | | |
setRecipients | public void setRecipients(String[] recipients) throws AddressException, MessagingException(Code) | | |
setSentDate | public void setSentDate(Date sentDate) throws MessagingException(Code) | | |
setSubject | public void setSubject(String subject) throws MessagingException(Code) | | |
|
|