Uses of Class
javax.mail.BodyPart

Packages that use BodyPart
javax.mail   
javax.mail.internet   
 

Uses of BodyPart in javax.mail
 

Methods in javax.mail that return BodyPart
 BodyPart Multipart.getBodyPart(int index)
          Get the specified Part.
 BodyPart MultipartDataSource.getBodyPart(int index)
          Get the specified Part.
 

Methods in javax.mail with parameters of type BodyPart
 boolean Multipart.removeBodyPart(BodyPart part)
          Remove the specified part from the multipart message.
 void Multipart.addBodyPart(BodyPart part)
          Adds a Part to the multipart.
 void Multipart.addBodyPart(BodyPart part, int index)
          Adds a BodyPart at position index.
 

Uses of BodyPart in javax.mail.internet
 

Subclasses of BodyPart in javax.mail.internet
 class MimeBodyPart
          This class represents a MIME body part.
 

Methods in javax.mail.internet that return BodyPart
 BodyPart MimeMultipart.getBodyPart(int index)
          Get the specified Part.
 BodyPart MimeMultipart.getBodyPart(java.lang.String CID)
          Get the Mimepart referred to by the given ContentID (CID).