MapiType
Contents
[
Hide
]MapiType enumeration
Contains possible MAPI property types which can be stored with message object.
Members
| Member name | Description |
|---|---|
| NONE | No values are set. |
| SHORT | 2 bytes, a 16-bit integer |
| LONG | 4 bytes, a 32-bit integer |
| FLOAT | 4 bytes, a 32-bit floating point number |
| DOUBLE | 8 bytes, a 64-bit floating point number |
| CURRENCY | 8 bytes, a 64-bit signed, scaled integer representation of a decimal currency value, with 4 places to the right of the decimal point |
| APPTIME | 8 bytes, a 64-bit floating point number in which the whole number part represents the number of days since December 30, 1899, and the fractional part represents the fraction of a day since midnight |
| ERROR | 4 bytes, a 32-bit integer encoding error information |
| BOOLEAN | 1 byte, restricted to 1 or 0 |
| OBJECT | The property value is a COM object |
| LONGLONG | 8 bytes, a 64-bit integer |
| UNICODE | Variable size, a string of Unicode characters in UTF-16LE encoding with terminating null character(0x0000) |
| STRING8 | Variable size, a string of multi-byte characters in externally specified encoding with terminating null character (single 0 byte). |
| SYSTIME | 8 bytes, a 64-bit integer representing the number of 100-nanosecond intervals since January 1, 1601 |
| CLSID | 16 bytes, a GUID with Data1, Data2, and Data3 fields in little-endian format |
| BINARY | Variable size, a byte array |
| MV_SHORT | Variable size, a set of |
| MV_LONG | Variable size, a set of |
| MV_FLOAT | Variable size, a set of |
| MV_DOUBLE | Variable size, a set of |
| MV_CURRENCY | Variable size, a set of |
| MV_APPTIME | Variable size, a set of |
| MV_LONGLONG | Variable size, a set of |
| MV_UNICODE | Variable size, a set of |
| MV_STRING8 | Variable size, a set of |
| MV_SYSTIME | Variable size, a set of |
| MV_CLSID | Variable size, a set of |
| MV_BINARY | Variable size, a set of |
See Also
- namespace aspose.email.mapi.msg
- assembly Aspose.Email