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

    Variable TextFormatConst

    TextFormat: {
        Text: "text";
        Plain: "plain";
        Flowed: "flowed";
        Html: "html";
        Enriched: "enriched";
        RichText: "richText";
        CompressedRichText: "compressedRichText";
    } = ...

    Text body format values understood by TextPart.

    Type Declaration

    • ReadonlyText: "text"
    • ReadonlyPlain: "plain"
    • ReadonlyFlowed: "flowed"
    • ReadonlyHtml: "html"
    • ReadonlyEnriched: "enriched"
    • ReadonlyRichText: "richText"
    • ReadonlyCompressedRichText: "compressedRichText"