Frames | No Frames |
Classes derived from javax.mail.BodyPart | |
class | A MIME body part. |
Methods with return type javax.mail.BodyPart | |
BodyPart | MimeMultipart.getBodyPart(String CID) Returns the body part identified by the given Content-ID (CID). |
BodyPart | MimeMultipart.getBodyPart(int index) Returns the specified body part. |
Classes derived from javax.mail.BodyPart | |
class | A MIME body part of an IMAP multipart message. |
Methods with return type javax.mail.BodyPart | |
BodyPart | IMAPMultipartDataSource.getBodyPart(int index) Returns the secified sub-part of the multipart. |
Methods with parameter type javax.mail.BodyPart | |
void | Adds a body part to this multipart. |
void | Inserts a body part at the specified index. |
boolean | Removes the specified body part from this multipart. |
Methods with return type javax.mail.BodyPart | |
BodyPart | Multipart.getBodyPart(int index) Get the specified body part. |
BodyPart | MultipartDataSource.getBodyPart(int index) Returns the specified body part. |