| java.lang.Object com.bostechcorp.cbesb.runtime.email.EmailBean
addBodyAttachements | public void addBodyAttachements(String fileName)(Code) | | |
getBccAsArray | public InternetAddress[] getBccAsArray() throws MessagingException, AddressException, ParseException(Code) | | throws: MessagingException - throws: AddressException - throws: ParseException - |
getBodyAttachements | public List<String> getBodyAttachements()(Code) | | the bodyAttachements |
getBodyAttachementsString | public String getBodyAttachementsString()(Code) | | the String value of bodyAttachements |
getBodyContent | public String getBodyContent()(Code) | | the bodyContent |
getCcAsArray | public InternetAddress[] getCcAsArray() throws MessagingException, AddressException, ParseException(Code) | | throws: MessagingException - throws: AddressException - throws: ParseException - |
getEnchoding | public String getEnchoding()(Code) | | the enchoding |
getReceived | public Date getReceived()(Code) | | the received |
getReceivedString | public String getReceivedString()(Code) | | the string value of received |
getReplyToAsArray | public InternetAddress[] getReplyToAsArray() throws MessagingException, AddressException, ParseException(Code) | | throws: MessagingException - throws: AddressException - throws: ParseException - |
getSentString | public String getSentString()(Code) | | the string value of sent |
getToAsArray | public InternetAddress[] getToAsArray() throws MessagingException, AddressException, ParseException(Code) | | throws: MessagingException - throws: AddressException - throws: ParseException - |
isHtmlBody | public boolean isHtmlBody()(Code) | | the htmlBody |
setBcc | public void setBcc(String bcc) throws MessagingException, AddressException, ParseException(Code) | | Parameters: bcc - the bcc to set throws: MessagingException - ,AddressException, ParseException |
setBcc | public void setBcc(Address[] recipients)(Code) | | |
setBodyAttachements | public void setBodyAttachements(List<String> bodyAttachements)(Code) | | Parameters: bodyAttachements - the bodyAttachements to set |
setBodyContent | public void setBodyContent(String bodyContent, boolean isHtml, String enchoding)(Code) | | Parameters: bodyContent - the bodyContent to set |
setCc | public void setCc(String cc) throws MessagingException, AddressException, ParseException(Code) | | Parameters: cc - the cc to set throws: AddressException - |
setCc | public void setCc(Address[] recipients)(Code) | | |
setFrom | public void setFrom(String from) throws MessagingException, AddressException, ParseException(Code) | | Parameters: from - the from to set throws: MessagingException - ,AddressException, ParseException |
setFrom | public void setFrom(Address[] from2)(Code) | | |
setReceived | public void setReceived(Date received)(Code) | | Parameters: received - the received to set |
setReplyTo | public void setReplyTo(String replyTo) throws MessagingException, AddressException, ParseException(Code) | | Parameters: replyTo - the replyTo to set throws: MessagingException - ,AddressException, ParseException |
setReplyTo | public void setReplyTo(Address[] replyTo2)(Code) | | |
setSent | public void setSent(Date sent)(Code) | | Parameters: sent - the sent to set |
setSubject | public void setSubject(String subject)(Code) | | Parameters: subject - the subject to set |
setTo | public void setTo(String to) throws MessagingException, AddressException, ParseException(Code) | | Parameters: to - the to to set throws: MessagingException - ,AddressException, ParseException |
setTo | public void setTo(Address[] recipients)(Code) | | |
|
|