nylas
    Preparing search index...

    Interface SendMessageQueryParams

    Interface representing the query parameters for sending a message.

    interface SendMessageQueryParams {
        fields?: MessageFields;
    }
    Index

    Properties

    Properties

    fields?: MessageFields

    Allows you to specify to return the sent message with headers included.