[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["`UpdateDraftBccRecipientsAction` updates the Bcc recipients of an email draft."],["It provides a method `addUpdateBccRecipients` to add or update Bcc recipients, accepting an array of email addresses as input."],["The method returns an `UpdateDraftBccRecipientsAction` object for chaining, allowing further operations."]]],["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"]]