이메일 초안 본문을 업데이트합니다.
방법
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
addUpdateContent(content, contentType) | UpdateDraftBodyAction | 지정된 콘텐츠를 초안 본문에 추가합니다. |
setUpdateType(updateType) | UpdateDraftBodyAction | 초안 본문에서 이 업데이트 작업의 UpdateDraftBodyType 를 설정합니다. |
자세한 문서
addUpdateContent(content, contentType)
지정된 콘텐츠를 초안 본문에 추가합니다. content
의 유형은 ContentType
에 의해 지정됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
content | String | 이메일 초안에 삽입할 콘텐츠입니다. |
contentType | ContentType | 삽입할 콘텐츠의 콘텐츠 유형입니다. |
리턴
UpdateDraftBodyAction
- 체이닝용 객체입니다.
setUpdateType(updateType)
초안 본문에서 이 업데이트 작업의 UpdateDraftBodyType
를 설정합니다. 예를 들어 초안 본문의 시작, 끝 또는 커서 위치에 콘텐츠를 삽입합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
updateType | UpdateDraftBodyType | 이메일 초안에 수행할 업데이트 유형입니다. |
리턴
UpdateDraftBodyAction
- 체이닝용 객체입니다.