Uses of Class
javax.mail.internet.MimeBodyPart

Packages that use MimeBodyPart
javax.mail.internet Classes specific to Internet mail systems. 
 

Uses of MimeBodyPart in javax.mail.internet
 

Methods in javax.mail.internet that return MimeBodyPart
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(java.io.InputStream is)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.