public static final class BounceNotification.DetailsThe BounceNotification.Details class describes either the original
 message that caused a bounce, or the notification message describing the
 bounce.
Methods
getBcc()
public @Nullable String getBcc()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'bcc' field for this detail item. | 
getCc()
public @Nullable String getCc()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'cc' field for this detail item. | 
getFrom()
public @Nullable String getFrom()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'from' field for this detail item. | 
getSubject()
public @Nullable String getSubject()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'subject' field for this detail item. | 
getText()
public @Nullable String getText()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'text' field for this detail item. | 
getTo()
public @Nullable String getTo()| Returns | |
|---|---|
| Type | Description | 
| Nullable String | the 'to' field for this detail item. |