--- title: "SendBlockHistoryResponse" slug: "common-apidatatype-nessendblockcontent" updated: 2026-07-23T09:04:15Z published: 2026-07-23T09:04:15Z canonical: "api.ncloud-docs.com/common-apidatatype-nessendblockcontent" --- > ## 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. # SendBlockHistoryResponse Classic/VPC 환경에서 이용 가능합니다. 발송 차단 조회 목록 내용입니다. ## 구문 구문은 다음과 같습니다. ``` private String targetAddress; private HistoryActionType actionType; private RequesterType actionRequesterType; private NesDateTime requestDate; private String sendResultCode; private String sendResultMessage; private Long historySid; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `targetAddress` | String | Required | 조회한 메일 주소 | | `actionType` | [HistoryActionType](/docs/common-apidatatype-neshistoryactiontype) | Required | 동작 유형 | | `actionRequesterType` | [RequesterType](/docs/common-apidatatype-nesrequestertype) | Required | 동작 요청자 | | `requestDate` | [NesDateTime](/docs/common-apidatatype-nesdatetime) | Required | 등록 일시 | | `sendResultCode` | String | Required | 발송 차단 코드 | | `sendResultMessage` | String | Required | 발송 차단 사유 | | `historySid` | Long | Required | 조회할 발송 차단 이력 ID |