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

    Variable TnefAttachFlagsConst

    TnefAttachFlags: {
        None: 0;
        InvisibleInHtml: 1;
        InvisibleInRtf: 2;
        RenderedInBody: 4;
    } = ...

    The TNEF attach flags.

    Type Declaration

    • ReadonlyNone: 0

      No AttachFlags set.

    • ReadonlyInvisibleInHtml: 1

      The attachment is invisible in HTML bodies.

    • ReadonlyInvisibleInRtf: 2

      The attachment is invisible in RTF bodies.

    • ReadonlyRenderedInBody: 4

      The attachment is referenced (and rendered) by the HTML body.