|
Préférences
Moteurs de recherche
|
||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
Method Summary | |
---|---|
BodyPart |
getBodyPart(int index)
Get the specified Part. |
int |
getCount()
Return the number of enclosed BodyPart objects. |
Methods inherited from interface javax.activation.DataSource |
---|
getContentType, getInputStream, getName, getOutputStream |
Method Detail |
---|
int getCount()
BodyPart getBodyPart(int index) throws MessagingException
index
- the index of the desired Part
IndexOutOfBoundsException
- if the given index
is out of range.
MessagingException