PropertyTypeCode

PropertyTypeCode

Overview

PropertyTypeCode is a enum in Aspose.Email FOSS for Python.

MAPI property type codes used in MSG property tags and value stream names.

Values

ValueDescription
PTYP_INTEGER16Represents a 16‑bit signed integer property type
PTYP_INTEGER32Represents a 32‑bit signed integer property type
PTYP_FLOATING32Represents a 32‑bit floating‑point (single) property type
PTYP_FLOATING64Represents a 64‑bit floating‑point (double) property type
PTYP_CURRENCYRepresents a fixed‑point currency property type
PTYP_FLOATINGTIMERepresents a floating‑point time/date property type
PTYP_ERRORCODERepresents an error code (HRESULT) property type
PTYP_BOOLEANRepresents a Boolean (true/false) property type
PTYP_OBJECTRepresents an embedded object property type
PTYP_INTEGER64Represents a 64‑bit signed integer property type
PTYP_STRING8Represents an ANSI (8‑bit) string property type
PTYP_STRINGRepresents a Unicode (UTF‑16) string property type
PTYP_TIMERepresents a FILETIME (UTC) date‑time property type
PTYP_GUIDRepresents a globally unique identifier property type
PTYP_BINARYRepresents a binary blob property type
PTYP_MULTIPLE_INTEGER16Represents a multi‑value 16‑bit integer property type
PTYP_MULTIPLE_INTEGER32Represents a multi‑value 32‑bit integer property type
PTYP_MULTIPLE_FLOATING32Represents a multi‑value 32‑bit float property type
PTYP_MULTIPLE_FLOATING64Represents a multi‑value 64‑bit float property type
PTYP_MULTIPLE_CURRENCYRepresents a multi‑value currency property type
PTYP_MULTIPLE_FLOATINGTIMERepresents a multi‑value floating‑point time property type
PTYP_MULTIPLE_INTEGER64Represents a multi‑value 64‑bit integer property type
PTYP_MULTIPLE_STRING8Represents a multi‑value ANSI string property type
PTYP_MULTIPLE_STRINGRepresents a multi‑value Unicode string property type
PTYP_MULTIPLE_TIMERepresents a multi‑value FILETIME date‑time property type
PTYP_MULTIPLE_GUIDRepresents a multi‑value GUID property type
PTYP_MULTIPLE_BINARYRepresents a multi‑value binary blob property type

See Also