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

Packages that use DeliveryStatus
com.sun.mail.dsn Support for creating and parsing Delivery Status Notifications. 
 

Uses of DeliveryStatus in com.sun.mail.dsn
 

Methods in com.sun.mail.dsn that return DeliveryStatus
 DeliveryStatus MultipartReport.getDeliveryStatus()
          Get the delivery status associated with this multipart/report.
 

Methods in com.sun.mail.dsn with parameters of type DeliveryStatus
 void MultipartReport.setDeliveryStatus(DeliveryStatus status)
          Set the delivery status associated with this multipart/report.
 

Constructors in com.sun.mail.dsn with parameters of type DeliveryStatus
MultipartReport(java.lang.String text, DeliveryStatus status)
          Construct a multipart/report object with the specified plain text and delivery status to be returned to the user.
MultipartReport(java.lang.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(java.lang.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.