Uses of Interface
javax.mail.Part
-
Packages that use Part Package Description javax.mail The Jakarta Mail API provides classes that model a mail system.javax.mail.internet Classes specific to Internet mail systems. -
-
Uses of Part in javax.mail
Classes in javax.mail that implement Part Modifier and Type Class Description classBodyPartThis class models a Part that is contained within a Multipart.classMessageThis class models an email message.Fields in javax.mail declared as Part Modifier and Type Field Description protected PartMultipart. parentThePartcontaining thisMultipart, if known.Methods in javax.mail that return Part Modifier and Type Method Description PartMultipart. getParent()Return thePartthat contains thisMultipartobject, ornullif not known.PartMessageContext. getPart()Return the Part that contains the content.Methods in javax.mail with parameters of type Part Modifier and Type Method Description voidMultipart. setParent(Part parent)Set the parent of thisMultipartto be the specifiedPart.Constructors in javax.mail with parameters of type Part Constructor Description MessageContext(Part part)Create a MessageContext object describing the context of the given Part. -
Uses of Part in javax.mail.internet
Subinterfaces of Part in javax.mail.internet Modifier and Type Interface Description interfaceMimePartThe MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).Classes in javax.mail.internet that implement Part Modifier and Type Class Description classMimeBodyPartThis class represents a MIME body part.classMimeMessageThis class represents a MIME style email message.classPreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded.
-