javax.mail
public interface MultipartDataSource extends DataSource
Version: 1.4
See Also: DataSource
Method Summary | |
---|---|
BodyPart | getBodyPart(int index)
Returns the specified body part.
|
int | getCount()
Returns the number of body parts. |
Parameters: index the index of the desired body part
Throws: IndexOutOfBoundsException if the given index is out of range