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
| Value | Description |
|---|---|
PTYP_INTEGER16 | Represents a 16‑bit signed integer property type |
PTYP_INTEGER32 | Represents a 32‑bit signed integer property type |
PTYP_FLOATING32 | Represents a 32‑bit floating‑point (single) property type |
PTYP_FLOATING64 | Represents a 64‑bit floating‑point (double) property type |
PTYP_CURRENCY | Represents a fixed‑point currency property type |
PTYP_FLOATINGTIME | Represents a floating‑point time/date property type |
PTYP_ERRORCODE | Represents an error code (HRESULT) property type |
PTYP_BOOLEAN | Represents a Boolean (true/false) property type |
PTYP_OBJECT | Represents an embedded object property type |
PTYP_INTEGER64 | Represents a 64‑bit signed integer property type |
PTYP_STRING8 | Represents an ANSI (8‑bit) string property type |
PTYP_STRING | Represents a Unicode (UTF‑16) string property type |
PTYP_TIME | Represents a FILETIME (UTC) date‑time property type |
PTYP_GUID | Represents a globally unique identifier property type |
PTYP_BINARY | Represents a binary blob property type |
PTYP_MULTIPLE_INTEGER16 | Represents a multi‑value 16‑bit integer property type |
PTYP_MULTIPLE_INTEGER32 | Represents a multi‑value 32‑bit integer property type |
PTYP_MULTIPLE_FLOATING32 | Represents a multi‑value 32‑bit float property type |
PTYP_MULTIPLE_FLOATING64 | Represents a multi‑value 64‑bit float property type |
PTYP_MULTIPLE_CURRENCY | Represents a multi‑value currency property type |
PTYP_MULTIPLE_FLOATINGTIME | Represents a multi‑value floating‑point time property type |
PTYP_MULTIPLE_INTEGER64 | Represents a multi‑value 64‑bit integer property type |
PTYP_MULTIPLE_STRING8 | Represents a multi‑value ANSI string property type |
PTYP_MULTIPLE_STRING | Represents a multi‑value Unicode string property type |
PTYP_MULTIPLE_TIME | Represents a multi‑value FILETIME date‑time property type |
PTYP_MULTIPLE_GUID | Represents a multi‑value GUID property type |
PTYP_MULTIPLE_BINARY | Represents a multi‑value binary blob property type |