Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

Recipient

Prev Next

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
  • R | C| B
    • R: recipient
    • C: cc
    • B: bcc
received Boolean Required Receipt status
  • true | false
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