Google Apps Script API
    Preparing search index...

    Updates the subject line of an email draft.

    interface UpdateDraftSubjectAction {
        addUpdateSubject(subject: string): UpdateDraftSubjectAction;
    }
    Index

    Methods