REST Resource: users.drafts
সম্পদ: খসড়া
ব্যবহারকারীর মেইলবক্সে একটি খসড়া ইমেল।
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"message": {
object (Message )
}
} |
ক্ষেত্র |
---|
id | string খসড়াটির অপরিবর্তনীয় আইডি। |
message | object ( Message ) খসড়ার বার্তার বিষয়বস্তু। |
পদ্ধতি |
---|
| DRAFT লেবেল সহ একটি নতুন খসড়া তৈরি করে৷ |
| অবিলম্বে এবং স্থায়ীভাবে নির্দিষ্ট খসড়া মুছে দেয়. |
| নির্দিষ্ট খসড়া পায়. |
| ব্যবহারকারীর মেইলবক্সে খসড়া তালিকাভুক্ত করে। |
| To , Cc , এবং Bcc শিরোনামে প্রাপকদের কাছে নির্দিষ্ট, বিদ্যমান খসড়া পাঠায়। |
| একটি খসড়ার বিষয়বস্তু প্রতিস্থাপন করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 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"]]