Uses of Class
com.sun.mail.dsn.Report

Uses of Report in com.sun.mail.dsn
 

Subclasses of Report in com.sun.mail.dsn
 class DeliveryStatus
          A message/delivery-status message content, as defined in RFC 3464.
 class DispositionNotification
          A message/disposition-notification message content, as defined in RFC 3798.
 

Methods in com.sun.mail.dsn that return Report
 Report MultipartReport.getReport()
          Get the report associated with this multipart/report.
 

Methods in com.sun.mail.dsn with parameters of type Report
 void MultipartReport.setReport(Report report)
          Set the report associated with this multipart/report.
 

Constructors in com.sun.mail.dsn with parameters of type Report
MultipartReport(java.lang.String text, Report report)
          Construct a multipart/report object with the specified plain text and report type (DeliveryStatus or DispositionNotification) to be returned to the user.
MultipartReport(java.lang.String text, Report report, InternetHeaders hdr)
          Construct a multipart/report object with the specified plain text, report, and headers from the original message to be returned to the user.
MultipartReport(java.lang.String text, Report report, MimeMessage msg)
          Construct a multipart/report object with the specified plain text, report, and original message to be returned to the user.
 



Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.