RecipientDsnFields |
RecipientDsnFields.clone() |
|
RecipientDsnFields |
BouncedRecipientInfo.getRecipientDsnFields() |
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a BounceType .
|
RecipientDsnFields |
RecipientDsnFields.withAction(DsnAction action) |
The action performed by the reporting mail transfer agent (MTA) as a
result of its attempt to deliver the message to the recipient address.
|
RecipientDsnFields |
RecipientDsnFields.withAction(String action) |
The action performed by the reporting mail transfer agent (MTA) as a
result of its attempt to deliver the message to the recipient address.
|
RecipientDsnFields |
RecipientDsnFields.withDiagnosticCode(String diagnosticCode) |
An extended explanation of what went wrong; this is usually an SMTP
response.
|
RecipientDsnFields |
RecipientDsnFields.withExtensionFields(ExtensionField... extensionFields) |
Additional X-headers to include in the DSN.
|
RecipientDsnFields |
RecipientDsnFields.withExtensionFields(Collection<ExtensionField> extensionFields) |
Additional X-headers to include in the DSN.
|
RecipientDsnFields |
RecipientDsnFields.withFinalRecipient(String finalRecipient) |
The email address to which the message was ultimately delivered.
|
RecipientDsnFields |
RecipientDsnFields.withLastAttemptDate(Date lastAttemptDate) |
The time the final delivery attempt was made, in RFC 822 date-time format.
|
RecipientDsnFields |
RecipientDsnFields.withRemoteMta(String remoteMta) |
The MTA to which the remote MTA attempted to deliver the message,
formatted as specified in RFC 3464 (
mta-name-type; mta-name ).
|
RecipientDsnFields |
RecipientDsnFields.withStatus(String status) |
The status code that indicates what went wrong.
|