Uses of Class
fr.paris.lutece.util.mail.FileAttachment

Packages that use FileAttachment
fr.paris.lutece.portal.service.mail   
 

Uses of FileAttachment in fr.paris.lutece.portal.service.mail
 

Methods in fr.paris.lutece.portal.service.mail that return types with arguments of type FileAttachment
 java.util.List<FileAttachment> MailItem.getFilesAttachement()
          Returns a collection of files attachement
 

Method parameters in fr.paris.lutece.portal.service.mail with type arguments of type FileAttachment
static void MailService.sendMailMultipartHtml(java.lang.String strRecipientsTo, java.lang.String strRecipientsCc, java.lang.String strRecipientsBcc, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, java.util.List<UrlAttachment> urlsAttachement, java.util.List<FileAttachment> filesAttachement)
          Send a HTML message asynchronously with the attachements associated to the message and attached files .
static void MailService.sendMailMultipartHtml(java.lang.String strRecipientsTo, java.lang.String strRecipientsCc, java.lang.String strRecipientsBcc, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, java.util.List<UrlAttachment> urlsAttachement, java.util.List<FileAttachment> filesAttachement, boolean bUniqueRecipientTo)
          Send a HTML message asynchronously with the attachements associated to the message and attached files .
static void MailService.sendMailMultipartText(java.lang.String strRecipientsTo, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, java.util.List<FileAttachment> filesAttachement)
          Send a text message asynchronously with attached files.
static void MailService.sendMailMultipartText(java.lang.String strRecipientsTo, java.lang.String strRecipientsCc, java.lang.String strRecipientsBcc, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, java.util.List<FileAttachment> filesAttachement)
          Send a text message asynchronously with attached files.
static void MailService.sendMailMultipartText(java.lang.String strRecipientsTo, java.lang.String strRecipientsCc, java.lang.String strRecipientsBcc, java.lang.String strSenderName, java.lang.String strSenderEmail, java.lang.String strSubject, java.lang.String strMessage, java.util.List<FileAttachment> filesAttachement, boolean bUniqueRecipientTo)
          Send a text message asynchronously with attached files.
 void MailItem.setFilesAttachement(java.util.List<FileAttachment> fileAttachements)
          Set a collection of files attachement
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.