تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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,["UpdateDraftBccRecipientsAction\n\nUpdates the Bcc recipients of an email draft. \n\nMethods\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`add``Update``Bcc``Recipients(bccRecipientEmails)` \nUpdates the Bcc recipients of an email draft.\n\nParameters\n\n| Name | Type | Description |\n|--------------------------|------------|--------------------------------------------------|\n| `bcc``Recipient``Emails` | `String[]` | The Bcc recipients to insert to the email draft. |\n\nReturn\n\n\n[UpdateDraftBccRecipientsAction](#) --- This object, for chaining."]]