| 
||||||||||
| 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 | 
MultipartDataSource.getBodyPart(int index)
 | 
 BodyPart | 
Multipart.getBodyPart(int index)
Get the specified part; numbering starts at zero.  | 
| Methods in javax.mail with parameters of type BodyPart | |
|---|---|
 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  | 
 boolean | 
Multipart.removeBodyPart(BodyPart part)
Remove the supplied part from the list.  | 
| Uses of BodyPart in javax.mail.internet | 
|---|
| Subclasses of BodyPart in javax.mail.internet | |
|---|---|
 class | 
MimeBodyPart
 | 
 class | 
PreencodedMimeBodyPart
 | 
| Methods in javax.mail.internet that return BodyPart | |
|---|---|
 BodyPart | 
MimeMultipart.getBodyPart(int part)
 | 
 BodyPart | 
MimeMultipart.getBodyPart(String cid)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||