API Reference

Enum

MapiPropertyType

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

MAPI property types used by MSG and TNEF artifacts.

Inheritance

  • Enum
  • MapiPropertyType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const MapiPropertyType Unspecified #

Unspecified property type.

Value: 0
public const MapiPropertyType Null #

Null value.

Value: 1
public const MapiPropertyType Integer16 #

Signed 16-bit integer.

Value: 2
public const MapiPropertyType Integer32 #

Signed 32-bit integer.

Value: 3
public const MapiPropertyType Floating32 #

32-bit floating-point number.

Value: 4
public const MapiPropertyType Floating64 #

64-bit floating-point number.

Value: 5
public const MapiPropertyType Currency #

Signed 64-bit scaled currency value.

Value: 6
public const MapiPropertyType FloatingTime #

Floating-point OLE Automation time.

Value: 7
public const MapiPropertyType ErrorCode #

32-bit error code.

Value: 10
public const MapiPropertyType Boolean #

Boolean value.

Value: 11
public const MapiPropertyType Object #

Embedded object or storage.

Value: 13
public const MapiPropertyType Integer64 #

Signed 64-bit integer.

Value: 20
public const MapiPropertyType String8 #

Single-byte string.

Value: 30
public const MapiPropertyType Unicode #

UTF-16LE string.

Value: 31
public const MapiPropertyType Time #

UTC FILETIME value.

Value: 64
public const MapiPropertyType Guid #

GUID value.

Value: 72
public const MapiPropertyType Binary #

Binary value.

Value: 258
public const MapiPropertyType MultipleInteger16 #

Multiple signed 16-bit integers.

Value: 4098
public const MapiPropertyType MultipleInteger32 #

Multiple signed 32-bit integers.

Value: 4099
public const MapiPropertyType MultipleFloating32 #

Multiple 32-bit floating-point values.

Value: 4100
public const MapiPropertyType MultipleFloating64 #

Multiple 64-bit floating-point values.

Value: 4101
public const MapiPropertyType MultipleCurrency #

Multiple currency values.

Value: 4102
public const MapiPropertyType MultipleFloatingTime #

Multiple floating-point time values.

Value: 4103
public const MapiPropertyType MultipleInteger64 #

Multiple signed 64-bit integers.

Value: 4116
public const MapiPropertyType MultipleString8 #

Multiple single-byte strings.

Value: 4126
public const MapiPropertyType MultipleUnicode #

Multiple UTF-16LE strings.

Value: 4127
public const MapiPropertyType MultipleTime #

Multiple UTC FILETIME values.

Value: 4160
public const MapiPropertyType MultipleGuid #

Multiple GUID values.

Value: 4168
public const MapiPropertyType MultipleBinary #

Multiple binary values.

Value: 4354