PropertyTypeCode
Overview
PropertyTypeCode is a enum in Aspose.Email FOSS for .NET.
Inherits from: ushort.
MAPI property type codes that appear in property tags and stream names in MSG files.
Description
PropertyTypeCode is an enumeration type in the Aspose.Email FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like PropertyTypeCode help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
PtypInteger16 | Represents a 16‑bit signed integer property |
PtypInteger32 | Represents a 32‑bit signed integer property |
PtypFloating32 | Represents a 32‑bit floating‑point (single) property |
PtypFloating64 | Represents a 64‑bit floating‑point (double) property |
PtypCurrency | Represents a fixed‑point currency property |
PtypFloatingTime | Represents a floating‑point time/date property |
PtypErrorCode | Represents an error‑code (HRESULT) property |
PtypBoolean | Represents a Boolean (true/false) property |
PtypObject | Represents an embedded object property (e.g., IUnknown) |
PtypInteger64 | Represents a 64‑bit signed integer property |
PtypString8 | Represents an ANSI (single‑byte) string property |
PtypString | Represents a Unicode (UTF‑16) string property |
PtypTime | Represents a FILETIME (64‑bit) date/time property |
PtypGuid | Represents a GUID (Globally Unique Identifier) property |
PtypBinary | Represents a binary (byte array) property |
PtypMultipleInteger16 | Represents an array of 16‑bit integers |
PtypMultipleInteger32 | Represents an array of 32‑bit integers |
PtypMultipleFloating32 | Represents an array of 32‑bit floats |
PtypMultipleFloating64 | Represents an array of 64‑bit doubles |
PtypMultipleCurrency | Represents an array of currency values |
PtypMultipleFloatingTime | Represents an array of floating‑point times |
PtypMultipleInteger64 | Represents an array of 64‑bit integers |
PtypMultipleString8 | Represents an array of ANSI strings |
PtypMultipleString | Represents an array of Unicode strings |
PtypMultipleTime | Represents an array of FILETIME date/time values |
PtypMultipleGuid | Represents an array of GUID values |
PtypMultipleBinary | Represents an array of binary blobs |