Package | Description |
---|---|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Field and Description |
---|---|
protected Multipart |
BodyPart.parent
The
Multipart object containing this BodyPart ,
if known. |
Modifier and Type | Method and Description |
---|---|
Multipart |
BodyPart.getParent()
Return the containing
Multipart object,
or null if not known. |
Modifier and Type | Method and Description |
---|---|
void |
Part.setContent(Multipart mp)
This method sets the given Multipart object as this message's
content.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeMultipart
The MimeMultipart class is an implementation of the abstract Multipart
class that uses MIME conventions for the multipart data.
|
Modifier and Type | Method and Description |
---|---|
void |
MimeMessage.setContent(Multipart mp)
This method sets the Message's content to a Multipart object.
|
void |
MimeBodyPart.setContent(Multipart mp)
This method sets the body part's content to a Multipart object.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.