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

    Variable TnefComplianceStatusConst

    TnefComplianceStatus: {
        Compliant: 0;
        AttributeOverflow: 1;
        InvalidAttribute: 2;
        InvalidAttributeChecksum: 4;
        InvalidAttributeLength: 8;
        InvalidAttributeLevel: 16;
        InvalidAttributeValue: 32;
        InvalidDate: 64;
        InvalidMessageClass: 128;
        InvalidMessageCodepage: 256;
        InvalidPropertyLength: 512;
        InvalidRowCount: 1024;
        InvalidTnefSignature: 2048;
        InvalidTnefVersion: 4096;
        NestingTooDeep: 8192;
        StreamTruncated: 16384;
        UnsupportedPropertyType: 32768;
    } = ...

    A bitfield of potential TNEF compliance issues.

    Type Declaration

    • ReadonlyCompliant: 0

      The TNEF stream has no errors.

    • ReadonlyAttributeOverflow: 1

      The TNEF stream has too many attributes.

    • ReadonlyInvalidAttribute: 2

      The TNEF stream has one or more invalid attributes.

    • ReadonlyInvalidAttributeChecksum: 4

      The TNEF stream has one or more attributes with invalid checksums.

    • ReadonlyInvalidAttributeLength: 8

      The TNEF stream has one or more attributes with an invalid length.

    • ReadonlyInvalidAttributeLevel: 16

      The TNEF stream has one or more attributes with an invalid level.

    • ReadonlyInvalidAttributeValue: 32

      The TNEF stream has one or more attributes with an invalid value.

    • ReadonlyInvalidDate: 64

      The TNEF stream has one or more attributes with an invalid date value.

    • ReadonlyInvalidMessageClass: 128

      The TNEF stream has one or more invalid MessageClass attributes.

    • ReadonlyInvalidMessageCodepage: 256

      The TNEF stream has one or more invalid MessageCodepage attributes.

    • ReadonlyInvalidPropertyLength: 512

      The TNEF stream has one or more invalid property lengths.

    • ReadonlyInvalidRowCount: 1024

      The TNEF stream has one or more invalid row counts.

    • ReadonlyInvalidTnefSignature: 2048

      The TNEF stream has an invalid signature value.

    • ReadonlyInvalidTnefVersion: 4096

      The TNEF stream has an invalid version value.

    • ReadonlyNestingTooDeep: 8192

      The TNEF stream is nested too deeply.

    • ReadonlyStreamTruncated: 16384

      The TNEF stream is truncated.

    • ReadonlyUnsupportedPropertyType: 32768

      The TNEF stream has one or more unsupported property types.