DirectoryColorFlag

DirectoryColorFlag

Overview

DirectoryColorFlag is a enum in Aspose.Email FOSS for .NET. Inherits from: byte.

Stores the red-black tree color used by directory sibling links.

Description

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

Values

ValueDescription
RedRepresents the red color flag value, encoded as byte 0
BlackRepresents the black color flag value, encoded as byte 1

See Also