nylas
    Preparing search index...

    Interface FindMessageParams

    The parameters for the Messages.find method

    interface FindMessageParams {
        identifier: string;
        messageId: string;
        queryParams?: FindMessageQueryParams;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    messageId: string

    The id of the message to retrieve.

    The query parameters to include in the request