ISPO SDK
    Preparing search index...

    Interface GoogleMailSendInput

    Markdown

    Send an existing draft (draftId) or a one-shot message (message).

    interface GoogleMailSendInput {
        accountId?: string;
        draftId?: string;
        message?: GoogleMailMessageInput;
    }
    Index
    accountId?: string
    draftId?: string