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 As Short
public enum TnefPropertyType : short
public enum class TnefPropertyType : short
public enum TnefPropertyType
public enum TnefPropertyType
Members
| Member name | Description | 
|---|---|
| AppTime | Indicates an application time value. | 
| Binary | Indicates a counted byte array. | 
| Boolean | Indicates a 16-bit Boolean value. '0' is false. Non-zero is true. | 
| ClassId | Indicates an OLE GUID. | 
| Currency | Indicates a signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal point. | 
| Double | Indicates a floating point double. | 
| Error | Indicates a 32-bit error value. | 
| I2 | Indicates a signed 16-bit value. | 
| I8 | Indicates the 8-byte signed integer. | 
| Long | Indicates a signed 32-bit value. | 
| MultiValued | Indicates the multivariable flag. The value part of the property contains multiple values. | 
| Null | Indicates the NULL property value. | 
| Object | Indicates the embedded object in a property | 
| R4 | Indicates a 4-byte floating point value. | 
| String8 | Indicates a null-terminated 8-bit character string. | 
| SysTime | Indicates a FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601. | 
| Unicode | Indicates a null-terminated Unicode string. | 
| Unspecified | Indicates an interface. The caller does not specify the type. | 
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003