property_type_code
Overview
property_type_code is a enum in Aspose.Email for CPP.
Inherits from: property_type_code.
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 property type |
ptyp_floating64 | Represents a 64‑bit floating‑point property type |
ptyp_currency | Represents a currency (fixed‑point) property type |
ptyp_floating_time | Represents a floating‑point time property type |
ptyp_error_code | Represents an error code property type |
ptyp_boolean | |
ptyp_object | Represents an object reference property type |
ptyp_integer64 | Represents a 64‑bit signed integer property type |
ptyp_string8 | |
ptyp_string | |
ptyp_time | Represents a date‑time property type |
ptyp_guid | |
ptyp_binary | Represents a binary (byte array) 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_floating_time | Represents a multi‑value floating‑point time property type |
ptyp_multiple_integer64 | Represents a multi‑value 64‑bit integer property type |
ptyp_multiple_string8 | |
ptyp_multiple_string | |
ptyp_multiple_time | Represents a multi‑value date‑time property type |
ptyp_multiple_guid | |
ptyp_multiple_binary | Represents a multi‑value binary (byte array) property type |