property_type_code

property_type_code

Vue de l’ensemble

‘property_type_code’ est un enum dans Aspose.Email FOSS pour C++.

Description

‘property_type_code’ est un type d’enumer dans la bibliothèque Aspose.Email FOSS pour C++. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumerations telles que ‘pour propertie_tipe-code` aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.

Les capacités de base comprennent: Représent un type de propriété intégrale signé à 16 bits; représente un modèle de possession intégral signée à 32 bites; représentent une forme de caractère flottant à 35 bittes (float). Ces opérations permettent aux développeurs d’intégrer la fonctionnalité du code propriétaire directement dans les applications C++.

Les valeurs

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

Voir aussi

  • Aspose.Email pour C++ — Enterprise API Reference
 Français