Uses of Class
jakarta.mail.Multipart
Packages that use Multipart
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
-
Uses of Multipart in jakarta.mail
Fields in jakarta.mail declared as MultipartModifier and TypeFieldDescriptionprotected Multipart
BodyPart.parent
TheMultipart
object containing thisBodyPart
, if known.Methods in jakarta.mail that return MultipartModifier and TypeMethodDescriptionBodyPart.getParent()
Return the containingMultipart
object, ornull
if not known.Methods in jakarta.mail with parameters of type MultipartModifier and TypeMethodDescriptionvoid
Part.setContent
(Multipart mp) This method sets the given Multipart object as this message's content. -
Uses of Multipart in jakarta.mail.internet
Subclasses of Multipart in jakarta.mail.internetModifier and TypeClassDescriptionclass
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.Methods in jakarta.mail.internet with parameters of type MultipartModifier and TypeMethodDescriptionvoid
MimeBodyPart.setContent
(Multipart mp) This method sets the body part's content to a Multipart object.void
MimeMessage.setContent
(Multipart mp) This method sets the Message's content to a Multipart object. -
Uses of Multipart in org.eclipse.angus.mail.dsn
Subclasses of Multipart in org.eclipse.angus.mail.dsnModifier and TypeClassDescriptionclass
A multipart/report message content, as defined in RFC 3462.