类 javax.mail.internet.MimeMessage
的使用

使用 MimeMessage 的软件包
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. 
com.sun.mail.pop3 A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. 
com.sun.mail.smtp An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. 
javax.mail.internet Classes specific to Internet mail systems. 
 

com.sun.mail.dsnMimeMessage 的使用
 

com.sun.mail.dsnMimeMessage 的子类
 class MessageHeaders
          A special MimeMessage object that contains only message headers, no content.
 

返回 MimeMessagecom.sun.mail.dsn 中的方法
 MimeMessage MultipartReport.getReturnedMessage()
          Get the original message that is being returned along with this multipart/report.
 

参数类型为 MimeMessagecom.sun.mail.dsn 中的方法
 void MultipartReport.setReturnedMessage(MimeMessage msg)
          Set the original message to be returned as part of the multipart/report.
 

参数类型为 MimeMessagecom.sun.mail.dsn 中的构造方法
MultipartReport(String text, DeliveryStatus status, MimeMessage msg)
          Construct a multipart/report object with the specified plain text, delivery status, and original message to be returned to the user.
 

com.sun.mail.imapMimeMessage 的使用
 

com.sun.mail.imapMimeMessage 的子类
 class IMAPMessage
          This class implements an IMAPMessage object.
 class IMAPNestedMessage
          This class implements a nested IMAP message
 

com.sun.mail.pop3MimeMessage 的使用
 

com.sun.mail.pop3MimeMessage 的子类
 class POP3Message
          A POP3 Message.
 

com.sun.mail.smtpMimeMessage 的使用
 

com.sun.mail.smtpMimeMessage 的子类
 class SMTPMessage
          This class is a specialization of the MimeMessage class that allows you to specify various SMTP options and parameters that will be used when this message is sent over SMTP.
 

参数类型为 MimeMessagecom.sun.mail.smtp 中的构造方法
SMTPMessage(MimeMessage source)
          Constructs a new SMTPMessage with content initialized from the source MimeMessage.
 

javax.mail.internetMimeMessage 的使用
 

返回 MimeMessagejavax.mail.internet 中的方法
protected  MimeMessage MimeMessage.createMimeMessage(Session session)
          Create and return a MimeMessage object.
 

参数类型为 MimeMessagejavax.mail.internet 中的构造方法
MimeMessage(MimeMessage source)
          Constructs a new MimeMessage with content initialized from the source MimeMessage.
 



Copyright © 2013. All Rights Reserved.