Java javax.mail Multipart fields, constructors, methods, implement or subclass

Example usage for Java javax.mail Multipart fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail Multipart.

The text is from its open source code.

Method

voidaddBodyPart(BodyPart part)
Adds a Part to the multipart.
BodyPartgetBodyPart(int index)
Get the specified Part.
StringgetContentType()
Return the content-type of this Multipart.
intgetCount()
Return the number of enclosed BodyPart objects.
booleanremoveBodyPart(BodyPart part)
Remove the specified part from the multipart message.
voidremoveBodyPart(int index)
Remove the part at specified location (starting from 0).
StringtoString()
Returns a string representation of the object.