public class MimeMultipartReport
extends javax.mail.internet.MimeMultipart
MimeMultipartReport
implements JavaMail support
for a MIME type of MimeMultipart with a subtype of report.Constructor and Description |
---|
MimeMultipartReport()
Default constructor
|
MimeMultipartReport(DataSource aDataSource)
Constructs a MimeMultipartReport from the passed DataSource.
|
MimeMultipartReport(String subtype)
Constructs a MimeMultipartReport of the given subtype.
|
Modifier and Type | Method and Description |
---|---|
protected void |
setContentType(javax.mail.internet.ContentType aContentType)
Sets the content type
|
void |
setReportType(String reportType)
Sets the type of report.
|
addBodyPart, addBodyPart, createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, getPreamble, isComplete, parse, removeBodyPart, removeBodyPart, setPreamble, setSubType, updateHeaders, writeTo
public MimeMultipartReport()
public MimeMultipartReport(String subtype)
subtype
- public MimeMultipartReport(DataSource aDataSource) throws javax.mail.MessagingException
aDataSource
- javax.mail.MessagingException
public void setReportType(String reportType) throws javax.mail.MessagingException
reportType
- javax.mail.MessagingException
protected void setContentType(javax.mail.internet.ContentType aContentType)
aContentType
- Copyright © 2015 OpenEstate. All rights reserved.