Frames | No Frames |
Methods with parameter type javax.mail.BodyPart | |
void | Adds a Part to the multipart. |
void | Adds a BodyPart at position index. |
boolean | Remove the specified part from the multipart message. |
Methods with return type javax.mail.BodyPart | |
BodyPart | Multipart.getBodyPart(int index) Get the specified Part. |
BodyPart | MultipartDataSource.getBodyPart(int index) Get the specified 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. |
Classes derived from javax.mail.BodyPart | |
class | This class represents a MIME body part. |
Methods with return type javax.mail.BodyPart | |
BodyPart | MimeMultipart.getBodyPart(String CID) Get the MimeBodyPart referred to by the given ContentID (CID). |
BodyPart | MimeMultipart.getBodyPart(int index) Get the specified BodyPart. |