property_type_code

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

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 (float) property type
ptyp_floating64Represents a 64‑bit floating‑point (double) property type
ptyp_currencyRepresents a currency (fixed‑point) property type
ptyp_floating_timeRepresents a floating‑point time value property type
ptyp_error_codeRepresents an error code property type
ptyp_boolean
ptyp_objectRepresents an object reference property type
ptyp_integer64Represents a 64‑bit signed integer property type
ptyp_string8
ptyp_string
ptyp_timeRepresents a date‑time property type
ptyp_guid
ptyp_binaryRepresents a binary blob property type
ptyp_multiple_integer16Represents an array of 16‑bit integers
ptyp_multiple_integer32Represents an array of 32‑bit integers
ptyp_multiple_floating32Represents an array of 32‑bit floats
ptyp_multiple_floating64Represents an array of 64‑bit doubles
ptyp_multiple_currencyRepresents an array of currency values
ptyp_multiple_floating_timeRepresents an array of floating‑point times
ptyp_multiple_integer64Represents an array of 64‑bit integers
ptyp_multiple_string8
ptyp_multiple_string
ptyp_multiple_timeRepresents an array of date‑time values
ptyp_multiple_guid
ptyp_multiple_binaryRepresents an array of binary blobs

See Also