public class EMail extends Message
html, locale, recipients, TYPE_NOTIFICATION, TYPE_SYSTEM
Constructor and Description |
---|
EMail() |
getAuthor, getHtml, getLocale, getMessageText, getRecipient, getRecipients, getSentDate, getSubject, getType, setAuthor, setHtml, setLocale, setMessageText, setRecipients, setSentDate, setSubject, setType, wasReadBy
equals, getDeleted, getId, getLastModified, hashCode, setDeleted, setId, setLastModified, toString
public String getEmailId()
public void setEmailId(String emailId)
public long getAccountId()
public void setAccountId(long accountId)
public String getAuthorAddress()
public String getUserName()
public void setAuthorAddress(String address)
public void setUserName(String uname)
public void addRecipient(Recipient rec)
public String getFolder()
public void setFolder(String string)
public Map<Integer,EMailAttachment> getAttachments()
public EMailAttachment getAttachment(int partId)
public void addAttachment(int partId, EMailAttachment attachment)
public javax.mail.internet.InternetAddress[] getAddresses() throws Exception
Exception
public javax.mail.internet.InternetAddress[] getAddressesCC() throws Exception
Exception
public javax.mail.internet.InternetAddress[] getAddressesBCC() throws Exception
Exception
public int getAttachmentsCount()
public void setAttachments(Map<Integer,EMailAttachment> attachments)
public void parseRecipients(String str)
public void parseRecipientsCC(String str)
public void parseRecipientsBCC(String str)
public boolean isHtml()
public void setAttachmentsCount(int attachmentCount)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.