Example usage for Java javax.mail Multipart fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addBodyPart(BodyPart part) Adds a Part to the multipart. |
BodyPart | getBodyPart(int index) Get the specified Part. |
String | getContentType() Return the content-type of this Multipart. |
int | getCount() Return the number of enclosed BodyPart objects. |
boolean | removeBodyPart(BodyPart part) Remove the specified part from the multipart message. |
void | removeBodyPart(int index) Remove the part at specified location (starting from 0). |
String | toString() Returns a string representation of the object. |