Overview
DirectoryColorFlag is a enum in Aspose.Email FOSS for Python.
Stores the red-black tree color used by directory sibling links.
This enumeration defines 2 values: RED, BLACK.
Values
| Value | Description |
|---|
RED | Represents a red color flag for a directory |
BLACK | |
See Also