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

    Variable TnefPropertyTypeConst

    TnefPropertyType: {
        Unspecified: 0;
        Null: 1;
        I2: 2;
        Long: 3;
        R4: 4;
        Double: 5;
        Currency: 6;
        AppTime: 7;
        Error: 10;
        Boolean: 11;
        Object: 13;
        I8: 20;
        String8: 30;
        Unicode: 31;
        SysTime: 64;
        ClassId: 72;
        Binary: 258;
        MultiValued: 4096;
    } = ...

    The type of value that a TNEF property contains.

    Type Declaration

    • ReadonlyUnspecified: 0

      The type of the property is unspecified.

    • ReadonlyNull: 1

      The property has a null value.

    • ReadonlyI2: 2

      The property has a signed 16-bit value.

    • ReadonlyLong: 3

      The property has a signed 32-bit value.

    • ReadonlyR4: 4

      The property has a 32-bit floating point value.

    • ReadonlyDouble: 5

      The property has a 64-bit floating point value.

    • ReadonlyCurrency: 6

      The property has a 64-bit integer value representing 1/10000th of a monetary unit (i.e., 1/100th of a cent).

    • ReadonlyAppTime: 7

      The property has a 64-bit integer value specifying the number of 100ns periods since Jan 1, 1601.

    • ReadonlyError: 10

      The property has a 32-bit error value.

    • ReadonlyBoolean: 11

      The property has a boolean value.

    • ReadonlyObject: 13

      The property has an embedded object value.

    • ReadonlyI8: 20

      The property has a signed 64-bit value.

    • ReadonlyString8: 30

      The property has a null-terminated 8-bit character string value.

    • ReadonlyUnicode: 31

      The property has a null-terminated unicode character string value.

    • ReadonlySysTime: 64

      The property has a 64-bit integer value specifying the number of 100ns periods since Jan 1, 1601.

    • ReadonlyClassId: 72

      The property has an OLE GUID value.

    • ReadonlyBinary: 258

      The property has a binary blob value.

    • ReadonlyMultiValued: 4096

      A flag indicating that the property contains multiple values.