Uses of Class
com.logicaldoc.core.communication.EMailAttachment
Packages that use EMailAttachment
Package
Description
Classes that model emails and messages and the machinery to work with them.
-
Uses of EMailAttachment in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return EMailAttachmentMethods in com.logicaldoc.core.communication that return types with arguments of type EMailAttachmentMethods in com.logicaldoc.core.communication with parameters of type EMailAttachmentModifier and TypeMethodDescriptionvoid
EMail.addAttachment
(int partId, EMailAttachment attachment) void
EMail.addAttachment
(EMailAttachment attachment) Method parameters in com.logicaldoc.core.communication with type arguments of type EMailAttachmentModifier and TypeMethodDescriptionvoid
EMail.setAttachments
(Map<Integer, EMailAttachment> attachments)