Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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,["UpdateDraftCcRecipientsAction\n\nUpdates the Cc recipients of an email draft. \n\nMethods\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`add``Update``Cc``Recipients(ccRecipientEmails)` \nUpdates the Cc recipients of an email draft.\n\nParameters\n\n| Name | Type | Description |\n|-------------------------|------------|-------------------------------------------------|\n| `cc``Recipient``Emails` | `String[]` | The Cc recipients to insert to the email draft. |\n\nReturn\n\n\n[UpdateDraftCcRecipientsAction](#) --- This object, for chaining."]]