Package com.google.appengine.api.mail
Class BounceNotification
java.lang.Object
com.google.appengine.api.mail.BounceNotification
The
BounceNotification
object represents an incoming bounce
notification.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
TheBounceNotification.Details
class describes either the original message that caused a bounce, or the notification message describing the bounce.static class
-
Method Summary
Modifier and TypeMethodDescriptionfinal @Nullable BounceNotification.Details
final @Nullable BounceNotification.Details
final @Nullable javax.mail.internet.MimeMessage
-
Method Details
-
getRawMessage
public final @Nullable javax.mail.internet.MimeMessage getRawMessage()- Returns:
- the original MIME message that caused the bounce.
-
getOriginal
- Returns:
- the parsed Details of the original message.
-
getNotification
- Returns:
- the parsed Details describing the bounce.
-