nylas
    Preparing search index...

    Interface UpdateMessageParams

    The parameters for the Messages.update method

    interface UpdateMessageParams {
        identifier: string;
        messageId: string;
        requestBody: UpdateMessageRequest;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    messageId: string

    The id of the message to update

    The values to update the message with