Class UpdateDraftBccRecipientsAction
अपडेट करेंड्राफ़्टगुप्त कॉपीपाने वालेकार्रवाई
ईमेल ड्राफ़्ट के लिए, गुप्त कॉपी में ईमेल पाने वालों की सूची अपडेट करता है.
ज़्यादा जानकारी वाला दस्तावेज़
addUpdateBccRecipients(bccRecipientEmails)
ईमेल ड्राफ़्ट के लिए, गुप्त कॉपी में ईमेल पाने वालों की सूची अपडेट करता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
bccRecipientEmails | String[] | ईमेल के ड्राफ़्ट में शामिल करने के लिए, गुप्त कॉपी में ईमेल पाने वाले लोगों के ईमेल पते. |
वापसी का टिकट
UpdateDraftBccRecipientsAction
— चेन करने के लिए यह ऑब्जेक्ट.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया."],[[["`UpdateDraftBccRecipientsAction` updates the Bcc recipients of an email draft."],["It provides a method `addUpdateBccRecipients` to add or update Bcc recipients, accepting an array of email addresses as input."],["The method returns an `UpdateDraftBccRecipientsAction` object for chaining, allowing further operations."]]],["The `UpdateDraftBccRecipientsAction` class allows modification of an email draft's Bcc recipients. It provides the `addUpdateBccRecipients(bccRecipientEmails)` method. This method accepts an array of strings (`String[]`) representing email addresses to be added as Bcc recipients. Executing this method updates the email draft and returns the `UpdateDraftBccRecipientsAction` object, enabling method chaining.\n"]]