|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<UrlAttachment> urlsAttachement,
List<FileAttachment> filesAttachement)
Send a HTML message asynchronously with the attachments associated to the message and attached files . |
static void |
MailService.sendMailMultipartHtml(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<UrlAttachment> urlsAttachement,
List<FileAttachment> filesAttachement,
boolean bUniqueRecipientTo)
Send a HTML message asynchronously with the attachments associated to the message and attached files . |
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement)
Send a text message asynchronously with attached files. |
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement)
Send a text message asynchronously with attached files. |
static void |
MailService.sendMailMultipartText(String strRecipientsTo,
String strRecipientsCc,
String strRecipientsBcc,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
List<FileAttachment> filesAttachement,
boolean bUniqueRecipientTo)
Send a text message asynchronously with attached files. |
void |
MailItem.setFilesAttachement(List<FileAttachment> fileAttachements)
Set a collection of files attachement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |