javax.mail

Class BodyPart

Implemented Interfaces:
Part
Known Direct Subclasses:
MimeBodyPart

public abstract class BodyPart
extends java.lang.Object
implements Part

A MIME body part. This is a MIME part occurring inside a multipart in the message content.
Version:
1.4
Author:
Chris Burdess

Field Summary

protected Multipart
parent
The Multipart object containing this BodyPart.

Fields inherited from interface javax.mail.Part

ATTACHMENT, INLINE

Method Summary

Multipart
getParent()
Returns the containing Multipart object, or null if not known.

Field Details

parent

protected Multipart parent
The Multipart object containing this BodyPart.

Method Details

getParent

public Multipart getParent()
Returns the containing Multipart object, or null if not known.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved