MailListResponse

Prev Next

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

送信リクエストした IDによって作成されたメールリストです。

構文

構文は次の通りです。

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;

フィールド

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

フィールド タイプ 必須の有無 説明
requestId String Required メール送信リクエスト ID
  • リクエスト識別のための ID
  • 一度に複数件のメール送信をリクエストする場合、requestIdは複数の mailIdを含む
mailId String Required メール ID
  • メール識別のための ID
templateSid Integer Optional テンプレート ID
templateName String Optional テンプレート名
senderAddress String Required 送信者のメールアドレス
senderName String Optional 送信者名
title String Required メールの件名
emailStatus EmailStatus Required 送信状態
requestDate NesDateTime Required リクエスト日時
sendDate NesDateTime Optional 送信完了日時
reservationStatus EmailReservationStatus Required 予約送信かどうか
advertising Boolean Required 広告メールかどうか
  • true | false
representativeRecipient String Required 受信者リストの短縮表現
  • CC/BCCを含めて全10人に送信されたメールの場合、xxx@domain.com(9)の形式で表示