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
| 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 |
Voir aussi
- Aspose.Email pour C++ — Enterprise API Reference