Uses of Class
org.apache.commons.mail.EmailAttachment
-
Packages that use EmailAttachment Package Description org.apache.commons.mail Commons-Email aims to provide a API for sending email. -
-
Uses of EmailAttachment in org.apache.commons.mail
Methods in org.apache.commons.mail with parameters of type EmailAttachment Modifier and Type Method Description MultiPartEmail
MultiPartEmail. attach(EmailAttachment attachment)
Attach an EmailAttachment.
-