public final class BounceNotification
The BounceNotification
object represents an incoming bounce
notification.
Methods
getNotification()
public final @Nullable BounceNotification.Details getNotification()
Returns | |
---|---|
Type | Description |
@org.checkerframework.checker.nullness.qual.Nullable com.google.appengine.api.mail.BounceNotification.Details |
the parsed Details describing the bounce. |
getOriginal()
public final @Nullable BounceNotification.Details getOriginal()
Returns | |
---|---|
Type | Description |
@org.checkerframework.checker.nullness.qual.Nullable com.google.appengine.api.mail.BounceNotification.Details |
the parsed Details of the original message. |
getRawMessage()
public final @Nullable MimeMessage getRawMessage()
Returns | |
---|---|
Type | Description |
@org.checkerframework.checker.nullness.qual.Nullable javax.mail.internet.MimeMessage |
the original MIME message that caused the bounce. |