MailListResponse
- Print
- PDF
MailListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is a list of emails generated by the requested ID.
Syntax
The syntax is as follows.
private String requestId;
private NesDateTime requestDate;
private String mailId;
private Integer templateSid;
private String templateName;
private String title;
private EmailStatus emailStatus;
private String senderAddress;
private String senderName;
private NesDateTime sendDate;
private EmailReservationStatus reservationStatus;
private Boolean advertising;
private String representativeRecipient;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
requestId | String | Required | Email delivery request ID
|
mailId | String | Required | Email ID
|
templateSid | Integer | Optional | Template ID |
templateName | String | Optional | Template name |
senderAddress | String | Required | Sender's email address |
senderName | String | Optional | Sender name |
title | String | Required | Email subject |
emailStatus | EmailStatus | Required | Delivery Status |
requestDate | NesDateTime | Required | Request date and time |
sendDate | NesDateTime | Optional | Delivery completion date and time |
reservationStatus | EmailReservationStatus | Required | Whether it is a reserved delivery |
advertising | Boolean | Required | Whether it is an ad email
|
representativeRecipient | String | Required | Abbreviated representation of recipient list
|
Was this article helpful?