-
sender
EmailAddress sender
Sender, as passed to the constructor.
-
textPart
javax.mail.internet.MimeBodyPart textPart
The text portion of the message. May be null.
-
additionalHeaders
java.util.List<E> additionalHeaders
Additional headers.
-
attachments
java.util.List<E> attachments
Attachments. The list contains MimeBodyPart objects.
-
to
java.util.List<E> to
List of primary ("To:") recipients. Each element is an
EmailAddress object.
-
cc
java.util.List<E> cc
List of Cc: recipients. Each element is an EmailAddress object.
-
bcc
java.util.List<E> bcc
List of Bcc: recipients. Each element is an EmailAddress object.
-
subject
java.lang.String subject
The subject.
-
multipartSubtype
MultipartSubtype multipartSubtype
The multipart subtype.
-
temporaryFiles
java.util.Collection<E> temporaryFiles
Temporary files that need to be deleted. (Used when processing
InputStream content. The Collection contains File objects.