KickJava   Java API By Example, From Geeks To Geeks.

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

javax.mail
Class BodyPart

java.lang.Object
  extended byjavax.mail.BodyPart
All Implemented Interfaces:
Part
Direct Known Subclasses:
MimeBodyPart
See Also:
Top Examples, Source Code

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


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


protected Multipart parent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags