public abstract class MIMESample extends MessageSample
| Modifier | Constructor and Description |
|---|---|
protected |
MIMESample(MessageContent content,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoundary() |
String |
getContentType() |
protected javax.mail.internet.MimeMultipart |
getMultipart() |
InputStream |
getPart(int part) |
InputStream |
getPart(String cid) |
String |
getStart() |
getInputStream, getUrlprotected MIMESample(MessageContent content, String contentType)
public final String getContentType()
getContentType in class MessageSamplepublic final String getStart()
public final String getBoundary()
protected final javax.mail.internet.MimeMultipart getMultipart()
public final InputStream getPart(int part)
public final InputStream getPart(String cid)
Copyright © The Apache Software Foundation. All Rights Reserved.