| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Mail |
BaseMail.copyMail(String uuid,
String dstId,
String newName)
Copy mail mail.
|
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName)
Extended mail copy mail.
|
Mail |
BaseMail.getMailProperties(String uuid)
Gets mail properties.
|
Mail |
BaseMail.importEml(String uuid,
String title,
InputStream is)
Import eml mail.
|
Mail |
BaseMail.importMsg(String uuid,
String title,
InputStream is)
Import msg mail.
|
Mail |
BaseMail.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Send mail with attachments mail.
|
Mail |
BaseMail.sendMailWithAttachments(String from,
List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Send mail with attachments mail.
|
| Modifier and Type | Method and Description |
|---|---|
List<Mail> |
BaseMail.getMailChildren(String uuid)
Gets mail children.
|
| Modifier and Type | Method and Description |
|---|---|
Mail |
MailImpl.copyMail(String uuid,
String dstId,
String newName) |
Mail |
MailImpl.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Mail |
MailImpl.getMailProperties(String uuid) |
Mail |
MailImpl.importEml(String uuid,
String title,
InputStream is) |
Mail |
MailImpl.importMsg(String uuid,
String title,
InputStream is) |
Mail |
MailImpl.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Deprecated.
|
Mail |
MailImpl.sendMailWithAttachments(String from,
List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<Mail> |
MailImpl.getMailChildren(String uuid) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.