Class UpdateDraftToRecipientsAction
עדכוןטיוטהאלנמעניםפעולה
עדכון הנמענים בשדה 'אל' בטיוטה של הודעת אימייל.
מסמכים מפורטים
addUpdateToRecipients(toRecipientEmails)
עדכון הנמענים בשדה 'אל' בטיוטה של הודעת אימייל.
פרמטרים
שם | סוג | תיאור |
toRecipientEmails | String[] | הנמענים בשדה 'אל' שיתווספו לטיוטת האימייל. |
חזרה
UpdateDraftToRecipientsAction
– האובייקט הזה, לצורך קישור.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]