Class BounceNotification


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

      • 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.