TnefPropertyType Enumeration
The TnefPropertyType enumeration contains values that specify TNEF property types.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration TnefPropertyType
'Usage
Dim instance As TnefPropertyType
public enum TnefPropertyType
Members
Member name | Description | |
---|---|---|
Unspecified | Indicates an interface. The caller does not specify the type. | |
Null | Indicates the NULL property value. | |
I2 | Indicates a signed 16-bit value. | |
Long | Indicates a signed 32-bit value. | |
R4 | Indicates a 4-byte floating point value. | |
Double | Indicates a floating point double. | |
Currency | Indicates a signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal point. | |
AppTime | Indicates an application time value. | |
Error | Indicates a 32-bit error value. | |
Boolean | Indicates a 16-bit Boolean value. '0' is false. Non-zero is true. | |
Object | Indicates the embedded object in a property | |
I8 | Indicates the 8-byte signed integer. | |
String8 | Indicates a null-terminated 8-bit character string. | |
Unicode | Indicates a null-terminated Unicode string. | |
SysTime | Indicates a FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601. | |
ClassId | Indicates an OLE GUID. | |
Binary | Indicates a counted byte array. | |
MultiValued | Indicates the multivariable flag. The value part of the property contains multiple values. |