Uses of Class
jakarta.mail.BodyPart
Packages that use BodyPart
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 BodyPart in jakarta.mail
Fields in jakarta.mail with type parameters of type BodyPartMethods in jakarta.mail that return BodyPartModifier and TypeMethodDescriptionMultipart.getBodyPart
(int index) Get the specified Part.MultipartDataSource.getBodyPart
(int index) Get the specified Part.Methods in jakarta.mail with parameters of type BodyPartModifier and TypeMethodDescriptionvoid
Multipart.addBodyPart
(BodyPart part) Adds a Part to the multipart.void
Multipart.addBodyPart
(BodyPart part, int index) Adds a BodyPart at positionindex
.boolean
Multipart.removeBodyPart
(BodyPart part) Remove the specified part from the multipart message. -
Uses of BodyPart in jakarta.mail.internet
Subclasses of BodyPart in jakarta.mail.internetModifier and TypeClassDescriptionclass
This class represents a MIME body part.class
A MimeBodyPart that handles data that has already been encoded.Methods in jakarta.mail.internet that return BodyPartModifier and TypeMethodDescriptionMimeMultipart.getBodyPart
(int index) Get the specified BodyPart.MimeMultipart.getBodyPart
(String CID) Get the MimeBodyPart referred to by the given ContentID (CID).Methods in jakarta.mail.internet with parameters of type BodyPartModifier and TypeMethodDescriptionvoid
MimeMultipart.addBodyPart
(BodyPart part) Adds a Part to the multipart.void
MimeMultipart.addBodyPart
(BodyPart part, int index) Adds a BodyPart at positionindex
.boolean
MimeMultipart.removeBodyPart
(BodyPart part) Remove the specified part from the multipart message.Constructors in jakarta.mail.internet with parameters of type BodyPartModifierConstructorDescriptionMimeMultipart
(BodyPart... parts) Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.MimeMultipart
(String subtype, BodyPart... parts) Construct a MimeMultipart object of the given subtype and with the given body parts. -
Uses of BodyPart in org.eclipse.angus.mail.dsn
Methods in org.eclipse.angus.mail.dsn with parameters of type BodyPartModifier and TypeMethodDescriptionvoid
MultipartReport.addBodyPart
(BodyPart part) Adds a Part to the multipart.void
MultipartReport.addBodyPart
(BodyPart part, int index) Adds a BodyPart at positionindex
.boolean
MultipartReport.removeBodyPart
(BodyPart part) Remove the specified part from the multipart message.