Uses of Class javax.mail.Multipart

Uses in package javax.mail

Fields of type javax.mail.Multipart

Multipart
The Multipart object containing this BodyPart, if known.

Methods with parameter type javax.mail.Multipart

void
This method sets the given Multipart object as this message's content.

Methods with return type javax.mail.Multipart

Multipart
Return the containing Multipart object, or null if not known.

Uses in package gnu.mail.providers.imap

Classes derived from javax.mail.Multipart

class
An IMAP multipart component.

Uses in package javax.mail.internet

Classes derived from javax.mail.Multipart

class
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.

Methods with parameter type javax.mail.Multipart

void
This method sets the body part's content to a Multipart object.
void
This method sets the Message's content to a Multipart object.

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