Uses of Class
com.logicaldoc.core.communication.EMailAttachment
-
Packages that use EMailAttachment Package Description com.logicaldoc.core.communication -
-
Uses of EMailAttachment in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return EMailAttachment Modifier and Type Method Description EMailAttachmentEMail. getAttachment(int partId)Methods in com.logicaldoc.core.communication that return types with arguments of type EMailAttachment Modifier and Type Method Description Map<Integer,EMailAttachment>EMail. getAttachments()Methods in com.logicaldoc.core.communication with parameters of type EMailAttachment Modifier and Type Method Description voidEMail. addAttachment(int partId, EMailAttachment attachment)voidEMail. addAttachment(EMailAttachment attachment)Method parameters in com.logicaldoc.core.communication with type arguments of type EMailAttachment Modifier and Type Method Description voidEMail. setAttachments(Map<Integer,EMailAttachment> attachments)
-