Frames | No Frames |
Fields of type javax.mail.Multipart | |
Multipart | The Multipart object containing this BodyPart, if known. |
Methods with parameter type javax.mail.Multipart | |
void | This method sets the given Multipart object as this message's content. |
Methods with return type javax.mail.Multipart | |
Multipart | Return the containing Multipart object, or null if not known. |
Classes derived from javax.mail.Multipart | |
class | An IMAP multipart component. |
Classes derived from javax.mail.Multipart | |
class | The MimeMultipart class is an implementation of the abstract Multipart
class that uses MIME conventions for the multipart data. |
Methods with parameter type javax.mail.Multipart | |
void | This method sets the body part's content to a Multipart object. |
void | This method sets the Message's content to a Multipart object. |