javax.mail

Class BodyPart

public abstract class BodyPart extends Object implements Part

A MIME body part. This is a MIME part occurring inside a multipart in the message content.

Version: 1.3

Author: Chris Burdess

Field Summary
protected Multipartparent
The Multipart object containing this BodyPart.
Method Summary
MultipartgetParent()
Returns the containing Multipart object, or null if not known.

Field Detail

parent

protected Multipart parent
The Multipart object containing this BodyPart.

Method Detail

getParent

public Multipart getParent()
Returns the containing Multipart object, or null if not known.
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved