SectorMarker

Overview

SectorMarker is a enum in Aspose.Email FOSS for .NET. Inherits from: uint.

Special FAT marker values reserved for sector allocation metadata.

Description

SectorMarker 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 SectorMarker help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
DIFSECTRepresents a DIFAT sector marker in a CFB file
FATSECTRepresents a FAT sector marker in a CFB file
ENDOFCHAINRepresents the end-of-chain marker for sector chains
FREESECTRepresents a free sector marker indicating an unused sector

See Also