Class BounceNotification

java.lang.Object
com.google.appengine.api.mail.BounceNotification

public final class BounceNotification extends Object
The BounceNotification object represents an incoming bounce notification.
  • Method Details

    • getRawMessage

      public final @Nullable javax.mail.internet.MimeMessage getRawMessage()
      Returns:
      the original MIME message that caused the bounce.
    • getOriginal

      public final @Nullable BounceNotification.Details getOriginal()
      Returns:
      the parsed Details of the original message.
    • getNotification

      public final @Nullable BounceNotification.Details getNotification()
      Returns:
      the parsed Details describing the bounce.