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, wasReadByequals, getDeleted, getId, getLastModified, hashCode, setDeleted, setId, setLastModified, toStringpublic 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
Exceptionpublic javax.mail.internet.InternetAddress[] getAddressesCC()
throws Exception
Exceptionpublic javax.mail.internet.InternetAddress[] getAddressesBCC()
throws Exception
Exceptionpublic 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.