Class UpdateDraftToRecipientsAction
ड्राफ़्टपाने वालेकार्रवाई अपडेट करें
ईमेल ड्राफ़्ट के लिए, 'इस ईमेल को पाने वाले' फ़ील्ड में मौजूद ईमेल पते अपडेट करता है.
ज़्यादा जानकारी वाला दस्तावेज़
addUpdateToRecipients(toRecipientEmails)
ईमेल ड्राफ़्ट में, ईमेल पाने वालों की सूची को अपडेट करता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
toRecipientEmails | String[] | ईमेल के ड्राफ़्ट में शामिल करने के लिए, ईमेल पाने वाले लोगों के ईमेल पते. |
वापसी का टिकट
UpdateDraftToRecipientsAction
— चेन करने के लिए यह ऑब्जेक्ट.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["This action updates the \"To\" recipients of an email draft."],["It provides a method, `addUpdateToRecipients`, which takes an array of email addresses as input for the new recipients."],["Using `addUpdateToRecipients` will replace the existing \"To\" recipients with the provided list."],["The method returns an `UpdateDraftToRecipientsAction` object, allowing for chained operations."]]],["The `UpdateDraftToRecipientsAction` class modifies the \"To\" recipients of an email draft. The key method, `addUpdateToRecipients(toRecipientEmails)`, takes an array of email addresses (`String[]`) as input. This method inserts the provided email addresses into the draft's \"To\" field. The method returns an instance of `UpdateDraftToRecipientsAction`, allowing for method chaining. This action allows updating draft recipients.\n"]]