Google Apps Script API
    Preparing search index...

    Represents an action that updates the email draft body.

    interface UpdateDraftBodyAction {
        addUpdateContent(
            content: string,
            contentType: GoogleAppsScript.Card_Service.ContentType,
        ): UpdateDraftBodyAction;
        setUpdateType(updateType: IN_PLACE_INSERT): UpdateDraftBodyAction;
    }
    Index

    Methods