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 `id` and contain a `message` object that holds the email content."],["Users can manage drafts through various methods: creating, deleting, retrieving, listing, sending, and updating."],["Sending a draft results in the email being sent to the designated recipients in the `To`, `Cc`, and `Bcc` headers."],["The `create` method automatically applies the `DRAFT` label to the new draft, while `delete` permanently removes it."]]],[]]