MultipartMailData
instead@Deprecated public class MultipartMail extends MultipartMailData implements IMailData
fileParts
bcc, bodyParts, cc, encryptionType, forceEncryption, from, reply, sendSeparateMails, subject, to
ADDRESS_SPLITTER
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 . 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.
|
addBody, addFile, addFile, addFilePart, addFilePart, getFileParts, getFiles
getAddressesByString, getBcc, getBody, getBodyMimeType, getBodyParts, getCc, getEncryptionType, getFrom, getReply, getSendSeparateMails, getSubject, getTo, setBcc, setBcc, setCc, setCc, setEncryptionType, setSendSeparateMails
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildMimeMessage, buildMimeParts, getBcc, getBodyParts, getCc, getEncryptionType, getFileParts, getFrom, getMimeMessage, getReply, getSendSeparateMails, getSubject, getTo
public MultipartMail(String subject, String body, String bodyMime, String from, String to, File... attFiles) throws Exception
Exception
public MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, File... attFiles) throws Exception
Exception
public MultipartMail(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, File... attFiles) throws Exception
Exception
public MultipartMail(String subject, String body, String bodyMime, String from, String to, URL... attFiles) throws Exception
Exception
public MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, URL... attFiles) throws Exception
Exception
public 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
. DataSources will be ignored!Exception
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.