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

    Variable TnefAttributeTypeConst

    TnefAttributeType: {
        Triples: 0;
        String: 65536;
        Text: 131072;
        Date: 196608;
        Short: 262144;
        Long: 327680;
        Byte: 393216;
        Word: 458752;
        DWord: 524288;
        Max: 589824;
    } = ...

    TNEF attribute type bit masks encoded into attribute tags.

    Type Declaration

    • ReadonlyTriples: 0

      A triples attribute type.

    • ReadonlyString: 65536

      A string attribute type.

    • ReadonlyText: 131072

      A text attribute type.

    • ReadonlyDate: 196608

      A date attribute type.

    • ReadonlyShort: 262144

      A 16-bit signed integer attribute type.

    • ReadonlyLong: 327680

      A 32-bit signed integer attribute type.

    • ReadonlyByte: 393216

      A byte sequence attribute type.

    • ReadonlyWord: 458752

      A 16-bit unsigned integer attribute type.

    • ReadonlyDWord: 524288

      A 32-bit unsigned integer attribute type.

    • ReadonlyMax: 589824

      The maximum attribute type marker.