Class UpdateDraftCcRecipientsAction
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
ZaktualizujProjektDWOdbiorcyDziałanie
Aktualizuje adresatów w polu DW wersji roboczej e-maila.
Szczegółowa dokumentacja
addUpdateCcRecipients(ccRecipientEmails)
Aktualizuje adresatów w polu DW wersji roboczej e-maila.
Parametry
Nazwa | Typ | Opis |
ccRecipientEmails | String[] | Adresaci w polu DW, których chcesz wstawić w wersji roboczej e-maila. |
Powrót
UpdateDraftCcRecipientsAction
– ten obiekt do łańcucha.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]