MultipartMailData instead@Deprecated public class MultipartMail extends MultipartMailData implements IMailData
filesbody, bodyMimeType, from, reply, subject, to| Constructor and Description |
|---|
MultipartMail(String subject,
String body,
String bodyMime,
javax.mail.Address from,
javax.mail.Address[] reply,
javax.mail.Address[] to,
File... attFiles)
Deprecated.
|
MultipartMail(String subject,
String body,
String bodyMime,
javax.mail.Address from,
javax.mail.Address[] reply,
javax.mail.Address[] to,
URL... attFiles)
Deprecated.
|
MultipartMail(String subject,
String body,
String bodyMime,
String from,
String to,
DataSource... attFiles)
Deprecated.
use
#MultipartMailData(String, String, String, String, String, File...) or
#MultipartMailData(String, String, String, String, String, URL...). DataSources will be ignored! |
MultipartMail(String subject,
String body,
String bodyMime,
String from,
String to,
File... attFiles)
Deprecated.
|
MultipartMail(String subject,
String body,
String bodyMime,
String from,
String senderName,
String to,
File... attFiles)
Deprecated.
|
MultipartMail(String subject,
String body,
String bodyMime,
String from,
String senderName,
String to,
URL... attFiles)
Deprecated.
|
MultipartMail(String subject,
String body,
String bodyMime,
String from,
String to,
URL... attFiles)
Deprecated.
|
buildMimeMessage, getDataSources, getFilescreateMimeMessage, getBody, getBodyHandler, getBodyMimeType, getFrom, getReply, getSubject, getToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildMimeMessage, getFrom, getMimeMessage, getReply, getTopublic MultipartMail(String subject, String body, String bodyMime, String from, String to, File... attFiles) throws Exception
Exceptionpublic MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, File... attFiles) throws Exception
Exceptionpublic MultipartMail(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, File... attFiles) throws Exception
Exceptionpublic MultipartMail(String subject, String body, String bodyMime, String from, String to, URL... attFiles) throws Exception
Exceptionpublic MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, URL... attFiles) throws Exception
Exceptionpublic MultipartMail(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, URL... attFiles) throws Exception
Exception@Deprecated public MultipartMail(String subject, String body, String bodyMime, String from, String to, DataSource... attFiles) throws Exception
#MultipartMailData(String, String, String, String, String, File...) or
#MultipartMailData(String, String, String, String, String, URL...). DataSources will be ignored!ExceptionCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.