Uses of Class
com.openkm.sdk4j.bean.Mail
Packages that use Mail
-
Uses of Mail in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return MailModifier and TypeMethodDescriptionCopy mail mail.BaseMail.extendedCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security, String newName) Extended mail copy mail.BaseMail.getProperties(String uuid) Gets mail properties.BaseMail.importEml(String uuid, String title, InputStream is) Import eml mail.BaseMail.importMsg(String uuid, String title, InputStream is) Import msg 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.Methods in com.openkm.sdk4j.definition that return types with arguments of type Mail -
Uses of Mail in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return MailModifier and TypeMethodDescriptionMailImpl.extendedCopy(String uuid, String dstId, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security, String newName) MailImpl.getProperties(String uuid) MailImpl.importEml(String uuid, String title, InputStream is) MailImpl.importMsg(String uuid, String title, InputStream is) 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) Methods in com.openkm.sdk4j.impl that return types with arguments of type Mail