Class UpdateDraftToRecipientsAction
AktualisierenEntwurfAnEmpfängerAktion
Aktualisiert die Empfänger eines E-Mail-Entwurfs.
Detaillierte Dokumentation
addUpdateToRecipients(toRecipientEmails)
Aktualisiert die Empfänger eines E-Mail-Entwurfs.
Parameter
Name | Typ | Beschreibung |
toRecipientEmails | String[] | Die Empfänger, die in den E-Mail-Entwurf eingefügt werden sollen. |
Rückflug
UpdateDraftToRecipientsAction
– dieses Objekt, zur Verkettung
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-02 (UTC)."],[[["This action updates the \"To\" recipients of an email draft."],["It provides a method, `addUpdateToRecipients`, which takes an array of email addresses as input for the new recipients."],["Using `addUpdateToRecipients` will replace the existing \"To\" recipients with the provided list."],["The method returns an `UpdateDraftToRecipientsAction` object, allowing for chained operations."]]],["The `UpdateDraftToRecipientsAction` class modifies the \"To\" recipients of an email draft. The key method, `addUpdateToRecipients(toRecipientEmails)`, takes an array of email addresses (`String[]`) as input. This method inserts the provided email addresses into the draft's \"To\" field. The method returns an instance of `UpdateDraftToRecipientsAction`, allowing for method chaining. This action allows updating draft recipients.\n"]]