nylas
    Preparing search index...

    Interface FindAttachmentQueryParams

    Interface representing of the query parameters for finding an attachment's metadata.

    interface FindAttachmentQueryParams {
        messageId: string;
    }
    Index

    Properties

    Properties

    messageId: string

    ID of the message the attachment belongs to.