PropertyTypeCode

PropertyTypeCode

Vue de l’ensemble

‘PropertyTypeCode’ est un enum dans Aspose.Email FOSS pour .NET. hérite de: ‘short’.

MAPI code de type propriété qui apparaît dans les tags propriétés et les noms de courant dans des fichiers MSG.

Description

‘PropertyTypeCode’ est un type d’enumer dans la bibliothèque Aspose.Email FOSS pour .NET. 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 enumérations telles que ‘PropertyTYpecode` aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.

Les valeurs

ValueDescription
PtypInteger16Represents a 16‑bit signed integer property
PtypInteger32Represents a 32‑bit signed integer property
PtypFloating32Represents a 32‑bit floating‑point (single) property
PtypFloating64Represents a 64‑bit floating‑point (double) property
PtypCurrencyRepresents a fixed‑point currency property
PtypFloatingTimeRepresents a floating‑point time/date property
PtypErrorCodeRepresents an error‑code (HRESULT) property
PtypBooleanRepresents a Boolean (true/false) property
PtypObjectRepresents an embedded object property (e.g., IUnknown)
PtypInteger64Represents a 64‑bit signed integer property
PtypString8Represents an ANSI (single‑byte) string property
PtypStringRepresents a Unicode (UTF‑16) string property
PtypTimeRepresents a FILETIME (64‑bit) date/time property
PtypGuidRepresents a GUID (Globally Unique Identifier) property
PtypBinaryRepresents a binary (byte array) property
PtypMultipleInteger16Represents an array of 16‑bit integers
PtypMultipleInteger32Represents an array of 32‑bit integers
PtypMultipleFloating32Represents an array of 32‑bit floats
PtypMultipleFloating64Represents an array of 64‑bit doubles
PtypMultipleCurrencyRepresents an array of currency values
PtypMultipleFloatingTimeRepresents an array of floating‑point times
PtypMultipleInteger64Represents an array of 64‑bit integers
PtypMultipleString8Represents an array of ANSI strings
PtypMultipleStringRepresents an array of Unicode strings
PtypMultipleTimeRepresents an array of FILETIME date/time values
PtypMultipleGuidRepresents an array of GUID values
PtypMultipleBinaryRepresents an array of binary blobs

Voir aussi

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