Google Apps Script API
    Preparing search index...
    interface Message {
        historyId?: string;
        id?: string;
        internalDate?: string;
        labelIds?: string[];
        payload?: MessagePart;
        raw?: string;
        sizeEstimate?: number;
        snippet?: string;
        threadId?: string;
    }
    Index

    Properties

    historyId?: string
    id?: string
    internalDate?: string
    labelIds?: string[]
    payload?: MessagePart
    raw?: string
    sizeEstimate?: number
    snippet?: string
    threadId?: string