javax.mail
Class BodyPart
- Part
public abstract class BodyPart
extends java.lang.Object
 This class models a Part that is contained within a Multipart.
 This is an abstract class. Subclasses provide actual implementations.
 
 BodyPart implements the Part interface.
 Thus, it contains a set of attributes and a "content".
| protected  Multipart | parent The Multipart object containing this BodyPart, if known.
 | 
parent
protected Multipart parent
 The Multipart object containing this BodyPart, if known.
getParent
public Multipart getParent()
 Return the containing Multipart object, or null if not known.