Tnef |
public enum TnefPropertyType
Member name | Value | Description |
---|---|---|
Unspecified | 0 | The type of the property is unspecified. |
Null | 1 | The property has a null value. |
I2 | 2 | The property has a signed 16-bit value. |
Long | 3 | The property has a signed 32-bit value. |
R4 | 4 | The property has a 32-bit floating point value. |
Double | 5 | The property has a 64-bit floating point value. |
Currency | 6 | The property has a 64-bit integer value representing 1/10000th of a monetary unit (i.e., 1/100th of a cent). |
AppTime | 7 | The property has a 64-bit integer value specifying the number of 100ns periods since Jan 1, 1601. |
Error | 10 | The property has a 32-bit error value. |
Boolean | 11 | The property has a boolean value. |
Object | 13 | The property has an embedded object value. |
I8 | 20 | The property has a signed 64-bit value. |
String8 | 30 | The property has a null-terminated 8-bit character string value. |
Unicode | 31 | The property has a null-terminated unicode character string value. |
SysTime | 64 | The property has a 64-bit integer value specifying the number of 100ns periods since Jan 1, 1601. |
ClassId | 72 | The property has an OLE GUID value. |
Binary | 258 | The property has a binary blob value. |
MultiValued | 4,096 | A flag indicating that the property contains multiple values. |