Liferay 6.1.0

Uses of Class
com.liferay.mail.model.Attachment

Packages that use Attachment
com.liferay.portal.kernel.mail   
com.liferay.portal.util   
com.liferay.util.mail   
 

Uses of Attachment in com.liferay.portal.kernel.mail
 

Methods in com.liferay.portal.kernel.mail that return types with arguments of type Attachment
 List<Attachment> MailMessage.getAttachments()
           
 

Uses of Attachment in com.liferay.portal.util
 

Fields in com.liferay.portal.util with type parameters of type Attachment
protected  List<Attachment> SubscriptionSender.attachments
           
 

Uses of Attachment in com.liferay.util.mail
 

Method parameters in com.liferay.util.mail with type arguments of type Attachment
static void MailEngine.send(javax.mail.internet.InternetAddress from, javax.mail.internet.InternetAddress[] to, javax.mail.internet.InternetAddress[] cc, javax.mail.internet.InternetAddress[] bcc, javax.mail.internet.InternetAddress[] bulkAddresses, String subject, String body, boolean htmlFormat, javax.mail.internet.InternetAddress[] replyTo, String messageId, String inReplyTo, List<Attachment> attachments)
           
static void MailEngine.send(javax.mail.internet.InternetAddress from, javax.mail.internet.InternetAddress[] to, javax.mail.internet.InternetAddress[] cc, javax.mail.internet.InternetAddress[] bcc, javax.mail.internet.InternetAddress[] bulkAddresses, String subject, String body, boolean htmlFormat, javax.mail.internet.InternetAddress[] replyTo, String messageId, String inReplyTo, List<Attachment> attachments, SMTPAccount smtpAccount)
           
 


Liferay 6.1.0