Class UpdateDraftBccRecipientsAction
更新草稿密件副本收件者動作
更新電子郵件草稿的密件副本收件者。
內容詳盡的說明文件
addUpdateBccRecipients(bccRecipientEmails)
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-03 (世界標準時間)。
[null,null,["上次更新時間:2024-12-03 (世界標準時間)。"],[[["`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"]]