[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 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"]]