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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
type
 
- 
- 
Constructor Details- 
ReportConstruct a report of the indicated MIME subtype. The primary MIME type is always "message".- Parameters:
- type- the MIME subtype
 
 
- 
- 
Method Details- 
getTypeGet the MIME subtype of the report. The primary MIME type is always "message".- Returns:
- the MIME subtype
 
 
-