Google Apps Script API
    Preparing search index...

    Sets an action that updates the email Bcc recipients of a draft.

    interface UpdateDraftBccRecipientsAction {
        addUpdateBccRecipients(
            bccRecipientEmails: string[],
        ): UpdateDraftBccRecipientsAction;
    }
    Index

    Methods