Recipient

Prev Next

Classic/​VPC環境で利用できます。​

受信者情報です。

構文

構文は次の通りです。

private String address;
private String name;
private EmailResponseType type;
private Boolean received;
private NesDateTime receivedDate;
private EmailResponseEmailStatus status;
private Integer retryCount;
private String sendResultMessage;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
address String Required 受信者メールアドレス
name String Optional 受信者の名前
type EmailRecipientType Required 受信者タイプ
  • R | C| B
    • R: 受信者
    • C: CC
    • B: BCC
received Boolean Required 受信したかどうか
  • true | false
receivedDate NesDateTime Optional 受信日時
status EmailStatus Required 送信状態
retryCount Integer Required 再送信試行回数
sendResultMessage String Optional 送信結果の詳細メッセージ