public final class BounceNotification
extends java.lang.Object
BounceNotification
object represents an incoming bounce
notification.Modifier and Type | Class and Description |
---|---|
static class |
BounceNotification.Details
The
BounceNotification.Details class describes either the original
message that caused a bounce, or the notification message describing the
bounce. |
Modifier and Type | Method and Description |
---|---|
BounceNotification.Details |
getNotification() |
BounceNotification.Details |
getOriginal() |
MimeMessage |
getRawMessage() |
public final MimeMessage getRawMessage()
public final BounceNotification.Details getOriginal()
public final BounceNotification.Details getNotification()