REST Resource: users.drafts
المرجع: مسودة
مسودة رسالة إلكترونية في صندوق بريد المستخدم.
تمثيل JSON |
{
"id": string,
"message": {
object (Message )
}
} |
الحقول |
id |
string
رقم التعريف غير القابل للتغيير للمسودة.
|
message |
object (Message )
محتوى الرسالة في المسودّة
|
الطُرق |
|
ينشئ مسودّة جديدة بالتصنيف "DRAFT ". |
|
حذف المسودة المحددة على الفور وبشكل نهائي. |
|
الحصول على المسودة المحددة |
|
يعرض المسودات في صندوق بريد المستخدم. |
|
يرسل المسودّة الحالية المحدّدة إلى المستلِمين في العناوين To وCc وBcc . |
|
لاستبدال محتوى مسودة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-13 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]