Uses of Class
de.galan.commons.net.mail.Attachment
-
Packages that use Attachment Package Description de.galan.commons.net.mail -
-
Uses of Attachment in de.galan.commons.net.mail
Methods in de.galan.commons.net.mail that return Attachment Modifier and Type Method Description AttachmentAttachmentDataSource. getAttachment()Methods in de.galan.commons.net.mail that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Mail. getAttachments()Methods in de.galan.commons.net.mail with parameters of type Attachment Modifier and Type Method Description voidMail. addAttachment(Attachment attachment)MailMail. attachment(Attachment mailAttachment)voidMail. removeAttachment(Attachment attachment)Method parameters in de.galan.commons.net.mail with type arguments of type Attachment Modifier and Type Method Description voidMail. addAttachments(List<Attachment> listOfAttachments)Constructors in de.galan.commons.net.mail with parameters of type Attachment Constructor Description AttachmentDataSource(Attachment attachment)
-