Class UpdateDraftCcRecipientsAction
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכוןטיוטהעותקנמעניםפעולה
עדכון הנמענים בשדה 'עותק' בטיוטה של הודעת אימייל.
מסמכים מפורטים
addUpdateCcRecipients(ccRecipientEmails)
עדכון הנמענים בשדה 'עותק' בטיוטה של הודעת אימייל.
פרמטרים
שם | סוג | תיאור |
ccRecipientEmails | String[] | הנמענים בשדה 'עותק' שרוצים להוסיף לטיוטת האימייל. |
חזרה
UpdateDraftCcRecipientsAction
– האובייקט הזה, לצורך קישור.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eUpdates the Cc recipients of an email draft.\u003c/p\u003e\n"],["\u003cp\u003eProvides a method, \u003ccode\u003eaddUpdateCcRecipients\u003c/code\u003e, to specify the new Cc recipients.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eaddUpdateCcRecipients\u003c/code\u003e accepts an array of email addresses as input.\u003c/p\u003e\n"],["\u003cp\u003eReturns an \u003ccode\u003eUpdateDraftCcRecipientsAction\u003c/code\u003e object for method chaining.\u003c/p\u003e\n"]]],[],null,["# Class UpdateDraftCcRecipientsAction\n\nUpdateDraftCcRecipientsAction\n\nUpdates the Cc recipients of an email draft. \n\n### Methods\n\n| Method | Return type | Brief description |\n|----------------------------------------------------------------------------|------------------------------------|----------------------------------------------|\n| [addUpdateCcRecipients(ccRecipientEmails)](#addUpdateCcRecipients(String)) | [UpdateDraftCcRecipientsAction](#) | Updates the Cc recipients of an email draft. |\n\nDetailed documentation\n----------------------\n\n### `add``Update``Cc``Recipients(ccRecipientEmails)`\n\nUpdates the Cc recipients of an email draft.\n\n#### Parameters\n\n| Name | Type | Description |\n|-------------------------|------------|-------------------------------------------------|\n| `cc``Recipient``Emails` | `String[]` | The Cc recipients to insert to the email draft. |\n\n#### Return\n\n\n[UpdateDraftCcRecipientsAction](#) --- This object, for chaining."]]