类 com.sun.mail.dsn.DeliveryStatus
的使用

使用 DeliveryStatus 的软件包
com.sun.mail.dsn Support for creating and parsing Delivery Status Notifications. 
 

com.sun.mail.dsnDeliveryStatus 的使用
 

返回 DeliveryStatuscom.sun.mail.dsn 中的方法
 DeliveryStatus MultipartReport.getDeliveryStatus()
          Get the delivery status associated with this multipart/report.
 

参数类型为 DeliveryStatuscom.sun.mail.dsn 中的方法
 void MultipartReport.setDeliveryStatus(DeliveryStatus status)
          Set the delivery status associated with this multipart/report.
 

参数类型为 DeliveryStatuscom.sun.mail.dsn 中的构造方法
MultipartReport(String text, DeliveryStatus status)
          Construct a multipart/report object with the specified plain text and delivery status to be returned to the user.
MultipartReport(String text, DeliveryStatus status, InternetHeaders hdr)
          Construct a multipart/report object with the specified plain text, delivery status, and headers from the original message to be returned to the user.
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.
 



Copyright © 2013. All Rights Reserved.