|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.mail.dsn.DeliveryStatus
public class DeliveryStatus
A message/delivery-status message content, as defined in RFC 3464.
| 字段摘要 | |
|---|---|
protected InternetHeaders |
messageDSN
The DSN fields for the message. |
protected InternetHeaders[] |
recipientDSN
The DSN fields for each recipient. |
| 构造方法摘要 | |
|---|---|
DeliveryStatus()
Construct a delivery status notification with no content. |
|
DeliveryStatus(InputStream is)
Construct a delivery status notification by parsing the supplied input stream. |
|
| 方法摘要 | |
|---|---|
void |
addRecipientDSN(InternetHeaders h)
Add deliver status notification information for another recipient. |
InternetHeaders |
getMessageDSN()
Return all the per-message fields in the delivery status notification. |
InternetHeaders |
getRecipientDSN(int n)
Return the delivery status notification information for the specified recipient. |
int |
getRecipientDSNCount()
Return the number of recipients for which we have per-recipient delivery status notification information. |
void |
setMessageDSN(InternetHeaders messageDSN)
Set the per-message fields in the delivery status notification. |
String |
toString()
|
void |
writeTo(OutputStream os)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
protected InternetHeaders messageDSN
protected InternetHeaders[] recipientDSN
| 构造方法详细信息 |
|---|
public DeliveryStatus()
throws MessagingException
MessagingException
public DeliveryStatus(InputStream is)
throws MessagingException,
IOException
MessagingException
IOException| 方法详细信息 |
|---|
public InternetHeaders getMessageDSN()
per-message-fields =
[ original-envelope-id-field CRLF ]
reporting-mta-field CRLF
[ dsn-gateway-field CRLF ]
[ received-from-mta-field CRLF ]
[ arrival-date-field CRLF ]
*( extension-field CRLF )
public void setMessageDSN(InternetHeaders messageDSN)
public int getRecipientDSNCount()
public InternetHeaders getRecipientDSN(int n)
public void addRecipientDSN(InternetHeaders h)
public void writeTo(OutputStream os)
throws IOException,
MessagingException
IOException
MessagingExceptionpublic String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||