SendBlockHistoryResponse
- Print
- PDF
SendBlockHistoryResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the content of a delivery block query list.
Syntax
The syntax is as follows.
private String targetAddress;
private HistoryActionType actionType;
private RequesterType actionRequesterType;
private NesDateTime requestDate;
private String sendResultCode;
private String sendResultMessage;
private Long historySid;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
targetAddress | String | Required | Queried email address |
actionType | HistoryActionType | Required | Action type |
actionRequesterType | RequesterType | Required | Action requestor |
requestDate | NesDateTime | Required | Registration date and time |
sendResultCode | String | Required | Delivery block code |
sendResultMessage | String | Required | Reason for delivery block |
historySid | Long | Required | Delivery block history ID to query |
Was this article helpful?