Class UpdateDraftBccRecipientsAction
更新下書きBcc宛先アクション
メールの下書きの Bcc 受信者を更新します。
詳細なドキュメント
addUpdateBccRecipients(bccRecipientEmails)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 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"]]