Class BounceNotification (2.0.0)

public final class BounceNotification

The BounceNotification object represents an incoming bounce notification.

Inheritance

java.lang.Object > BounceNotification

Methods

getNotification()

public final @Nullable BounceNotification.Details getNotification()
Returns
TypeDescription
@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
TypeDescription
@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
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable javax.mail.internet.MimeMessage

the original MIME message that caused the bounce.