MimeMultipartReport
Default constructor this("report");
this("report");
Constructs a MimeMultipartReport of the given subtype.paramsubtype super(subtype);
super(subtype);
Constructs a MimeMultipartReport from the passed DataSource.paramaDataSourcethrowsjavax.mail.MessagingException super(aDataSource);
super(aDataSource);
Sets the content typeparamaContentType contentType = aContentType.toString();
contentType = aContentType.toString();
Sets the type of report.paramreportTypethrowsMessagingException ContentType contentType = new ContentType(getContentType()); contentType.setParameter("report-type", reportType); setContentType(contentType);
ContentType contentType = new ContentType(getContentType()); contentType.setParameter("report-type", reportType); setContentType(contentType);