Uses of Class
javax.mail.Multipart
-
Packages that use Multipart Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.javax.mail The Jakarta Mail API provides classes that model a mail system.javax.mail.internet Classes specific to Internet mail systems. -
-
Uses of Multipart in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type Multipart Modifier and Type Method Description void
IMAPBodyPart. setContent(Multipart mp)
-
Uses of Multipart in javax.mail
Fields in javax.mail declared as Multipart Modifier and Type Field Description protected Multipart
BodyPart. parent
TheMultipart
object containing thisBodyPart
, if known.Methods in javax.mail that return Multipart Modifier and Type Method Description Multipart
BodyPart. getParent()
Return the containingMultipart
object, ornull
if not known.Methods in javax.mail with parameters of type Multipart Modifier and Type Method Description void
Part. setContent(Multipart mp)
This method sets the given Multipart object as this message's content. -
Uses of Multipart in javax.mail.internet
Subclasses of Multipart in javax.mail.internet Modifier and Type Class Description class
MimeMultipart
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.Methods in javax.mail.internet with parameters of type Multipart Modifier and Type Method Description void
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.
-