Uses of Class
javax.mail.internet.MimeBodyPart
-
Packages that use MimeBodyPart Package Description com.sun.mail.dsn Support for creating and parsing Delivery Status Notifications.javax.mail.internet Classes specific to Internet mail systems. -
-
Uses of MimeBodyPart in com.sun.mail.dsn
Methods in com.sun.mail.dsn that return MimeBodyPart Modifier and Type Method Description MimeBodyPartMultipartReport. getTextBodyPart()Return the body part containing the message to be presented to the user, usually just a text/plain part.Methods in com.sun.mail.dsn with parameters of type MimeBodyPart Modifier and Type Method Description voidMultipartReport. setTextBodyPart(MimeBodyPart mbp)Set the body part containing the text to be presented to the user. -
Uses of MimeBodyPart in javax.mail.internet
Subclasses of MimeBodyPart in javax.mail.internet Modifier and Type Class Description classPreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded.Methods in javax.mail.internet that return MimeBodyPart Modifier and Type Method Description protected MimeBodyPartMimeMultipart. createMimeBodyPart(java.io.InputStream is)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPartMimeMultipart. createMimeBodyPart(InternetHeaders headers, byte[] content)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
-