mimekit-ts - v1.0.0
    Preparing search index...

    Class BodyBuilder

    Builds a MIME body tree from text bodies, linked resources, and attachments.

    The generated structure follows the usual multipart nesting rules for plain text, HTML, related resources, and attachments.

    Index
    attachments: AttachmentCollection = ...

    Attachments to include in the generated message body.

    linkedResources: AttachmentCollection = ...

    Linked resources referenced by the HTML body.

    textBody: string | null = null

    The plain text body.

    htmlBody: string | null = null

    The HTML body.