类 javax.mail.internet.MimeBodyPart
的使用

使用 MimeBodyPart 的软件包
com.sun.mail.dsn Support for creating and parsing Delivery Status Notifications. 
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
javax.mail.internet Classes specific to Internet mail systems. 
 

com.sun.mail.dsnMimeBodyPart 的使用
 

返回 MimeBodyPartcom.sun.mail.dsn 中的方法
 MimeBodyPart MultipartReport.getTextBodyPart()
          Return the body part containing the message to be presented to the user, usually just a text/plain part.
 

参数类型为 MimeBodyPartcom.sun.mail.dsn 中的方法
 void MultipartReport.setTextBodyPart(MimeBodyPart mbp)
          Set the body part containing the text to be presented to the user.
 

com.sun.mail.imapMimeBodyPart 的使用
 

com.sun.mail.imapMimeBodyPart 的子类
 class IMAPBodyPart
          This class
 

javax.mail.internetMimeBodyPart 的使用
 

javax.mail.internetMimeBodyPart 的子类
 class PreencodedMimeBodyPart
          A MimeBodyPart that handles data that has already been encoded.
 

返回 MimeBodyPartjavax.mail.internet 中的方法
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InputStream is)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content)
          Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.
 



Copyright © 2013. All Rights Reserved.