property_type_code
Overview
property_type_code is a enum in Aspose.Email FOSS for C++.
Description
property_type_code is an enumeration type in the Aspose.Email FOSS library for C++. It defines a set of named constants that control behavior or specify options within the API. Enumerations like property_type_code help ensure type safety by restricting values to a predefined set.
Core capabilities include: Represents a 16‑bit signed integer property type; represents a 32‑bit signed integer property type; represents a 32‑bit floating‑point (float) property type. These operations enable developers to integrate property_type_code functionality directly into C++ applications.
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 (float) property type |
ptyp_floating64 | Represents a 64‑bit floating‑point (double) property type |
ptyp_currency | Represents a currency (fixed‑point) property type |
ptyp_floating_time | Represents a floating‑point time value 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 blob property type |
ptyp_multiple_integer16 | Represents an array of 16‑bit integers |
ptyp_multiple_integer32 | Represents an array of 32‑bit integers |
ptyp_multiple_floating32 | Represents an array of 32‑bit floats |
ptyp_multiple_floating64 | Represents an array of 64‑bit doubles |
ptyp_multiple_currency | Represents an array of currency values |
ptyp_multiple_floating_time | Represents an array of floating‑point times |
ptyp_multiple_integer64 | Represents an array of 64‑bit integers |
ptyp_multiple_string8 | |
ptyp_multiple_string | |
ptyp_multiple_time | Represents an array of date‑time values |
ptyp_multiple_guid | |
ptyp_multiple_binary | Represents an array of binary blobs |