Uses of Interface
jakarta.mail.Part

Packages that use Part
Package
Description
The Jakarta Mail API provides classes that model a mail system.
Classes specific to Internet mail systems.
  • Uses of Part in jakarta.mail

    Classes in jakarta.mail that implement Part
    Modifier and Type
    Class
    Description
    class 
    This class models a Part that is contained within a Multipart.
    class 
    This class models an email message.
    Fields in jakarta.mail declared as Part
    Modifier and Type
    Field
    Description
    protected Part
    Multipart.parent
    The Part containing this Multipart, if known.
    Methods in jakarta.mail that return Part
    Modifier and Type
    Method
    Description
    Multipart.getParent()
    Return the Part that contains this Multipart object, or null if not known.
    MessageContext.getPart()
    Return the Part that contains the content.
    Methods in jakarta.mail with parameters of type Part
    Modifier and Type
    Method
    Description
    void
    Multipart.setParent(Part parent)
    Set the parent of this Multipart to be the specified Part.
    Constructors in jakarta.mail with parameters of type Part
    Modifier
    Constructor
    Description
     
    Create a MessageContext object describing the context of the given Part.
  • Uses of Part in jakarta.mail.internet

    Subinterfaces of Part in jakarta.mail.internet
    Modifier and Type
    Interface
    Description
    interface 
    The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
    Classes in jakarta.mail.internet that implement Part
    Modifier and Type
    Class
    Description
    class 
    This class represents a MIME body part.
    class 
    This class represents a MIME style email message.
    class 
    A MimeBodyPart that handles data that has already been encoded.