javax.mail.internet
Class MimeMultipart
public class MimeMultipart
protected DataSource | ds- DataSource that provides our InputStream.
|
protected boolean | parsed- Indicates if the data has been parsed.
|
MimeMultipart()- Create an empty MimeMultipart with content type "multipart/mixed"
|
MimeMultipart(DataSource dataSource)- Create a MimeMultipart from the supplied DataSource.
|
MimeMultipart(String subtype)- Create an empty MimeMultipart with the subtype supplied.
|
addBodyPart, addBodyPart, getBodyPart, getContentType, getCount, getParent, removeBodyPart, removeBodyPart, setMultipartDataSource, setParent, writeTo |
ds
protected DataSource ds
DataSource that provides our InputStream.
parsed
protected boolean parsed
Indicates if the data has been parsed.
MimeMultipart
public MimeMultipart()
Create an empty MimeMultipart with content type "multipart/mixed"
MimeMultipart
public MimeMultipart(DataSource dataSource)
throws MessagingException Create a MimeMultipart from the supplied DataSource.
dataSource - the DataSource to use
MimeMultipart
public MimeMultipart(String subtype)
Create an empty MimeMultipart with the subtype supplied.