|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MimeBodyPart 的软件包 | |
|---|---|
| com.sun.mail.dsn | Support for creating and parsing Delivery Status Notifications. |
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| javax.mail.internet | Classes specific to Internet mail systems. |
| com.sun.mail.dsn 中 MimeBodyPart 的使用 |
|---|
| 返回 MimeBodyPart 的 com.sun.mail.dsn 中的方法 | |
|---|---|
MimeBodyPart |
MultipartReport.getTextBodyPart()
Return the body part containing the message to be presented to the user, usually just a text/plain part. |
| 参数类型为 MimeBodyPart 的 com.sun.mail.dsn 中的方法 | |
|---|---|
void |
MultipartReport.setTextBodyPart(MimeBodyPart mbp)
Set the body part containing the text to be presented to the user. |
| com.sun.mail.imap 中 MimeBodyPart 的使用 |
|---|
| com.sun.mail.imap 中 MimeBodyPart 的子类 | |
|---|---|
class |
IMAPBodyPart
This class |
| javax.mail.internet 中 MimeBodyPart 的使用 |
|---|
| javax.mail.internet 中 MimeBodyPart 的子类 | |
|---|---|
class |
PreencodedMimeBodyPart
A MimeBodyPart that handles data that has already been encoded. |
| 返回 MimeBodyPart 的 javax.mail.internet 中的方法 | |
|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InputStream is)
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream. |
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content)
Create and return a MimeBodyPart object to represent a body part parsed from the InputStream. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||