mailpit-api - v1.5.3
    Preparing search index...

    Interface MailpitAttachmentResponse

    Represents an attachment from a response.

    interface MailpitAttachmentResponse {
        ContentID: string;
        ContentType: string;
        FileName: string;
        PartID: string;
        Size: number;
    }
    Index

    Properties

    ContentID: string

    Content ID

    ContentType: string

    Content type

    FileName: string

    File name

    PartID: string

    Attachment part ID

    Size: number

    Size in bytes