ISPO SDK
    Preparing search index...

    Interface GoogleMailMessageBody

    Markdown
    interface GoogleMailMessageBody {
        html?: string;
        text?: string;
    }
    Index
    html?: string
    text?: string