MailListResponse
- 印刷する
- PDF
MailListResponse
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
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
|
mailId | String | Required | メール 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 | 広告メールかどうか
|
representativeRecipient | String | Required | 受信者リストの短縮表現
|
この記事は役に立ちましたか?