|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipartContent
MultipartContent - A multipart content.
| Method Summary | |
|---|---|
MessagingBodyPart |
get(int index)
Get the specified part. |
int |
getCount()
Gets the number of enclosed parts. |
java.lang.String |
getSubType()
Gets this multipart's sub-type; e.g "mixed". |
| Method Detail |
|---|
java.lang.String getSubType()
"mixed".
int getCount()
throws MessagingException
parts.
MessagingException - If the number of enclosed parts cannot be determined
MessagingBodyPart get(int index)
throws MessagingException
part. Parts are numbered starting at zero.
index - The zero-based index
part
MessagingException - If part at index position cannot be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||