Class UpdateDraftBccRecipientsAction
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכוןטיוטהעותק מוסתרנמעניםפעולה
עדכון הנמענים בשדה 'עותק מוסתר' של טיוטת אימייל.
מסמכים מפורטים
addUpdateBccRecipients(bccRecipientEmails)
עדכון הנמענים בשדה 'עותק מוסתר' של טיוטת אימייל.
פרמטרים
שם | סוג | תיאור |
bccRecipientEmails | String[] | הנמענים בשדה 'עותק מוסתר' שיתווספו לטיוטת האימייל. |
חזרה
UpdateDraftBccRecipientsAction
– האובייקט הזה, לצורך קישור.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eUpdateDraftBccRecipientsAction\u003c/code\u003e updates the Bcc recipients of an email draft.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a method \u003ccode\u003eaddUpdateBccRecipients\u003c/code\u003e to add or update Bcc recipients, accepting an array of email addresses as input.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns an \u003ccode\u003eUpdateDraftBccRecipientsAction\u003c/code\u003e object for chaining, allowing further operations.\u003c/p\u003e\n"]]],["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"],null,["# Class UpdateDraftBccRecipientsAction\n\nUpdateDraftBccRecipientsAction\n\nUpdates the Bcc recipients of an email draft. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-------------------------------------------------------------------------------|-------------------------------------|-----------------------------------------------|\n| [addUpdateBccRecipients(bccRecipientEmails)](#addUpdateBccRecipients(String)) | [UpdateDraftBccRecipientsAction](#) | Updates the Bcc recipients of an email draft. |\n\nDetailed documentation\n----------------------\n\n### `add``Update``Bcc``Recipients(bccRecipientEmails)`\n\nUpdates the Bcc recipients of an email draft.\n\n#### Parameters\n\n| Name | Type | Description |\n|--------------------------|------------|--------------------------------------------------|\n| `bcc``Recipient``Emails` | `String[]` | The Bcc recipients to insert to the email draft. |\n\n#### Return\n\n\n[UpdateDraftBccRecipientsAction](#) --- This object, for chaining."]]