Package | Description |
---|---|
com.llwork.external.email |
Modifier and Type | Class and Description |
---|---|
class |
EmailData
Implementation of LLwork of the interface IEmailData.
|
Modifier and Type | Method and Description |
---|---|
IEmailData[] |
IEmailManager.getAllEmails(java.lang.String storeId,
java.lang.String saveAsPath,
boolean loadBody,
long loadFromInMillis,
java.util.Date loadUntil)
Should return all emails that are modified or received between the loadFromInMillis till loadUntil
|
IEmailData |
IEmailManager.getEmailFromEML(java.io.InputStream emlInputStream)
Convertation of the content of an eml-file to an IEmailData-object
|
IEmailData[] |
EmailEvent.getEmails() |
IEmailData |
IEmailManager.getReloadEmail(java.lang.String emailId,
java.lang.String saveAsPath)
If LLworkplace can't found any physical email file for an email (why ever) it tries to recreate the file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IEmailManager.createEmail(IEmailData emailData,
boolean sendImmediately,
boolean openExternal)
Creates an email in the external application.
|
boolean |
IEmailManager.createEmail(IEmailData emailData,
java.lang.String storeId,
boolean sendImmediately,
boolean openExternal)
Creates an email in the external application.
|
boolean |
IEmailManager.forwardEmail(IEmailData emailData,
boolean sendImmediately,
boolean openExternal)
Forward the email to another receiver.
|
boolean |
IEmailManager.replyEmail(IEmailData emailData,
boolean replyAll,
boolean sendImmediately,
boolean openExternal)
Replies the email.
|
boolean |
IEmailManager.sendOrSaveEmail(IEmailData emailData,
boolean sendImmediately)
Saves or sends an unsent (only saved) email
|
Constructor and Description |
---|
EmailData(IEmailData emailData) |
EmailEvent(java.lang.String storeId,
IEmailData[] emails) |