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 BounceNotification.@Nullable Details getNotification()
Returns
Type Description
com.google.appengine.api.mail.BounceNotification.@org.jspecify.annotations.Nullable Details

the parsed Details describing the bounce.

getOriginal()

public final BounceNotification.@Nullable Details getOriginal()
Returns
Type Description
com.google.appengine.api.mail.BounceNotification.@org.jspecify.annotations.Nullable Details

the parsed Details of the original message.

getRawMessage()

public final @Nullable MimeMessage getRawMessage()
Returns
Type Description
Nullable MimeMessage

the original MIME message that caused the bounce.