|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
javax.mail | |
javax.mail.internet |
Uses of Part in javax.mail |
---|
Classes in javax.mail that implement Part | |
---|---|
class |
BodyPart
|
class |
Message
|
Fields in javax.mail declared as Part | |
---|---|
protected Part |
Multipart.parent
The Part that contains this multipart. |
Methods in javax.mail that return Part | |
---|---|
Part |
Multipart.getParent()
Return the Part containing this Multipart object or null if unknown. |
Part |
MessageContext.getPart()
Return the Part that contains the content. |
Methods in javax.mail with parameters of type Part | |
---|---|
void |
Multipart.setParent(Part part)
Set the parent of this Multipart object |
Constructors in javax.mail with parameters of type Part | |
---|---|
MessageContext(Part part)
Create a MessageContext object describing the context of the supplied Part. |
Uses of Part in javax.mail.internet |
---|
Subinterfaces of Part in javax.mail.internet | |
---|---|
interface |
MimePart
|
Classes in javax.mail.internet that implement Part | |
---|---|
class |
MimeBodyPart
|
class |
MimeMessage
|
class |
PreencodedMimeBodyPart
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |