Liferay 6.1.2-ce-ga3

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

Packages that use FileAttachment
com.liferay.portal.kernel.mail   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.util.mail   
 

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

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

Uses of FileAttachment in com.liferay.portal.util
 

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

Uses of FileAttachment in com.liferay.util.mail
 

Method parameters in com.liferay.util.mail with type arguments of type FileAttachment
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<FileAttachment> fileAttachments)
           
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<FileAttachment> fileAttachments, SMTPAccount smtpAccount)
           
 


Liferay 6.1.2-ce-ga3