PropertyTypeCode

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

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

See Also