Available in Classic and VPC
This is the recipient information.
Syntax
The syntax is as follows.
private String address;
private String name;
private EmailResponseType type;
private Boolean received;
private NesDateTime receivedDate;
private EmailResponseEmailStatus status;
private Integer retryCount;
private String sendResultMessage;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
address |
String | Required | Recipient email address |
name |
String | Optional | Recipient name |
type |
EmailRecipientType | Required | Recipient type
|
received |
Boolean | Required | Receipt status
|
receivedDate |
NesDateTime | Optional | Receipt date and time |
status |
EmailStatus | Required | Delivery Status |
retryCount |
Integer | Required | Number of resend attempts |
sendResultMessage |
String | Optional | Delivery result details message |