|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyPart | |
javax.mail | |
javax.mail.internet |
Uses of BodyPart in javax.mail |
Methods in javax.mail that return BodyPart | |
BodyPart |
Multipart.getBodyPart(int index)
Get the specified part; numbering starts at zero. |
BodyPart |
MultipartDataSource.getBodyPart(int index)
|
Methods in javax.mail with parameters of type BodyPart | |
boolean |
Multipart.removeBodyPart(BodyPart part)
Remove the supplied part from the list. |
void |
Multipart.addBodyPart(BodyPart part)
Add a part to the end of the list. |
void |
Multipart.addBodyPart(BodyPart part,
int pos)
Insert a part into the list at a designated point; all subsequent parts move down |
Uses of BodyPart in javax.mail.internet |
Subclasses of BodyPart in javax.mail.internet | |
class |
MimeBodyPart
|
Methods in javax.mail.internet that return BodyPart | |
BodyPart |
MimeMultipart.getBodyPart(int part)
|
BodyPart |
MimeMultipart.getBodyPart(java.lang.String cid)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |