PropertyTypeCode

PropertyTypeCode

Overview

PropertyTypeCode is a enum in Aspose.Email for NET. Inherits from: ushort.

MAPI property type codes that appear in property tags and stream names in MSG files.

Values

ValueDescription
PtypInteger16Represents a 16‑bit signed integer property type
PtypInteger32Represents a 32‑bit signed integer property type
PtypFloating32Represents a 32‑bit floating‑point (single) property type
PtypFloating64Represents a 64‑bit floating‑point (double) property type
PtypCurrencyRepresents a fixed‑point currency property type
PtypFloatingTimeRepresents a floating‑point time/date property type
PtypErrorCodeRepresents an error code (HRESULT) property type
PtypBooleanRepresents a Boolean (true/false) property type
PtypObjectRepresents an embedded object property type
PtypInteger64Represents a 64‑bit signed integer property type
PtypString8Represents an ANSI (single‑byte) string property type
PtypStringRepresents a Unicode (UTF‑16) string property type
PtypTimeRepresents a FILETIME (64‑bit) date/time property type
PtypGuidRepresents a GUID (Globally Unique Identifier) property type
PtypBinaryRepresents a binary blob property type
PtypMultipleInteger16Represents an array of 16‑bit integers
PtypMultipleInteger32Represents an array of 32‑bit integers
PtypMultipleFloating32Represents an array of 32‑bit floats
PtypMultipleFloating64Represents an array of 64‑bit doubles
PtypMultipleCurrencyRepresents an array of currency values
PtypMultipleFloatingTimeRepresents an array of floating‑point times
PtypMultipleInteger64Represents an array of 64‑bit integers
PtypMultipleString8Represents an array of ANSI strings
PtypMultipleStringRepresents an array of Unicode strings
PtypMultipleTimeRepresents an array of FILETIME date/time values
PtypMultipleGuidRepresents an array of GUID values
PtypMultipleBinaryRepresents an array of binary blobs