java.lang.Object
org.eclipse.angus.mail.dsn.Report
- Direct Known Subclasses:
DeliveryStatus
,DispositionNotification
An abstract report type, to be included in a MultipartReport.
Subclasses define specific report types, such as
DeliveryStatus
and DispositionNotification
.- Since:
- JavaMail 1.4.2
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
Report
Construct a report of the indicated MIME subtype. The primary MIME type is always "message".- Parameters:
type
- the MIME subtype
-
-
Method Details
-
getType
Get the MIME subtype of the report. The primary MIME type is always "message".- Returns:
- the MIME subtype
-