KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > MultipartDataSource

javax.mail
Interface MultipartDataSource

All Superinterfaces:
DataSource
See Also:
Source Code

public BodyPart getBodyPart(int index)
                     throws MessagingException
See Also:
IndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags