Package | Description |
---|---|
javax.mail | |
javax.mail.internet |
Modifier and Type | Class and Description |
---|---|
class |
BodyPart |
class |
Message |
Modifier and Type | Field and Description |
---|---|
protected Part |
Multipart.parent
The Part that contains this multipart.
|
Modifier and Type | Method and Description |
---|---|
Part |
Multipart.getParent()
Return the Part containing this Multipart object or null if unknown.
|
Part |
MessageContext.getPart()
Return the
Part that contains the content. |
Modifier and Type | Method and Description |
---|---|
void |
Multipart.setParent(Part part)
Set the parent of this Multipart object
|
Constructor and Description |
---|
MessageContext(Part part)
Create a MessageContext object describing the context of the supplied Part.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MimePart |
Modifier and Type | Class and Description |
---|---|
class |
MimeBodyPart |
class |
MimeMessage |
class |
PreencodedMimeBodyPart |
Copyright © 2013. All rights reserved.