| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BodyPart | |
|---|---|
| com.sun.mail.dsn | Support for creating and parsing Delivery Status Notifications. | 
| javax.mail | The JavaMailTM API provides classes that model a mail system. | 
| javax.mail.internet | Classes specific to Internet mail systems. | 
| Uses of BodyPart in com.sun.mail.dsn | 
|---|
| Methods in com.sun.mail.dsn with parameters of type BodyPart | |
|---|---|
|  void | MultipartReport.addBodyPart(BodyPart part)Adds a Part to the multipart. | 
|  void | MultipartReport.addBodyPart(BodyPart part,
            int index)Adds a BodyPart at position index. | 
|  boolean | MultipartReport.removeBodyPart(BodyPart part)Remove the specified part from the multipart message. | 
| Uses of BodyPart in javax.mail | 
|---|
| Methods in javax.mail that return BodyPart | |
|---|---|
|  BodyPart | MultipartDataSource.getBodyPart(int index)Get the specified Part. | 
|  BodyPart | Multipart.getBodyPart(int index)Get the specified Part. | 
| Methods in javax.mail with parameters of type BodyPart | |
|---|---|
|  void | Multipart.addBodyPart(BodyPart part)Adds a Part to the multipart. | 
|  void | Multipart.addBodyPart(BodyPart part,
            int index)Adds a BodyPart at position index. | 
|  boolean | Multipart.removeBodyPart(BodyPart part)Remove the specified part from the multipart message. | 
| Uses of BodyPart in javax.mail.internet | 
|---|
| Subclasses of BodyPart in javax.mail.internet | |
|---|---|
|  class | MimeBodyPartThis class represents a MIME body part. | 
|  class | PreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded. | 
| Methods in javax.mail.internet that return BodyPart | |
|---|---|
|  BodyPart | MimeMultipart.getBodyPart(int index)Get the specified BodyPart. | 
|  BodyPart | MimeMultipart.getBodyPart(String CID)Get the MimeBodyPart referred to by the given ContentID (CID). | 
| Methods in javax.mail.internet with parameters of type BodyPart | |
|---|---|
|  void | MimeMultipart.addBodyPart(BodyPart part)Adds a Part to the multipart. | 
|  void | MimeMultipart.addBodyPart(BodyPart part,
            int index)Adds a BodyPart at position index. | 
|  boolean | MimeMultipart.removeBodyPart(BodyPart part)Remove the specified part from the multipart message. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||