Uses of Class
com.openkm.sdk4j.exception.MessagingException
-
Packages that use MessagingException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of MessagingException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw MessagingException Modifier and Type Method Description WizardNodeBaseMail. createWizard(String uuid, String title, InputStream is, String type)Create wizard mail wizard node.MailBaseMail. importEml(String uuid, String title, InputStream is)Import eml mail.MailBaseMail. importMsg(String uuid, String title, InputStream is)Import msg mail. -
Uses of MessagingException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw MessagingException Modifier and Type Method Description WizardNodeMailImpl. createWizard(String uuid, String title, InputStream is, String type)MailMailImpl. importEml(String uuid, String title, InputStream is)MailMailImpl. importMsg(String uuid, String title, InputStream is)
-