Uses of Class javax.mail.BodyPart

Uses in package javax.mail.internet

Classes derived from javax.mail.BodyPart

class
This class represents a MIME body part.

Methods with return type javax.mail.BodyPart

BodyPart
Get the MimeBodyPart referred to by the given ContentID (CID).
BodyPart
Get the specified BodyPart.

Uses in package javax.mail

Methods with parameter type javax.mail.BodyPart

void
Adds a Part to the multipart.
void
Multipart.addBodyPart(BodyPart part, int index)
Adds a BodyPart at position index.
boolean
Remove the specified part from the multipart message.

Methods with return type javax.mail.BodyPart

BodyPart
Get the specified Part.
BodyPart
Get the specified Part.

Uses in package gnu.mail.providers.imap

Classes derived from javax.mail.BodyPart

class
A MIME body part of an IMAP multipart message.

Methods with return type javax.mail.BodyPart

BodyPart
Returns the secified sub-part of the multipart.

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