Package | Description |
---|---|
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
Modifier and Type | Method and Description |
---|---|
DeliveryStatus |
MultipartReport.getDeliveryStatus()
Get the delivery status associated with this multipart/report.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartReport.setDeliveryStatus(DeliveryStatus status)
Set the delivery status associated with this multipart/report.
|
Constructor and Description |
---|
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.
|