REST Resource: users.drafts
리소스: 초안
사용자의 편지함에 있는 임시보관 이메일입니다.
JSON 표현 |
{
"id": string,
"message": {
object (Message )
}
} |
필드 |
id |
string
초안의 변경할 수 없는 ID입니다.
|
message |
object (Message )
임시보관 메일의 메일 내용입니다.
|
메서드 |
|
DRAFT 라벨을 사용하여 새 초안을 만듭니다. |
|
지정된 초안을 즉시 영구적으로 삭제합니다. |
|
지정된 초안을 가져옵니다. |
|
사용자 편지함에 있는 임시보관 메일을 나열합니다. |
|
지정된 기존 초안을 To , Cc , Bcc 헤더의 수신자에게 전송합니다. |
|
초안의 콘텐츠를 대체합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-13(UTC)
[null,null,["최종 업데이트: 2024-10-13(UTC)"],[[["A draft represents an email in the user's mailbox that is saved but not yet sent."],["Drafts are identified by a unique, immutable ID and contain a message object with the email content."],["Gmail API provides methods to create, delete, retrieve, list, send, and update drafts."]]],["Drafts, representing unsent emails, are identified by an immutable ID and contain message content. Core actions include creating new drafts, deleting existing ones permanently, retrieving specific drafts, and listing all drafts in a mailbox. Users can send an existing draft to its intended recipients. Additionally, content within a draft can be modified by replacing it entirely. These drafts can be represented using a JSON format.\n"]]