DirectoryObjectType
Overview
DirectoryObjectType is a enum in Aspose.Email FOSS for Python.
Classifies the directory entry payload as unallocated, storage, stream, or root storage.
Values
| Value | Description |
|---|---|
UNKNOWN_OR_UNALLOCATED | Represents an undefined or unallocated directory object type |
STORAGE_OBJECT | Represents a standard storage object within a CFB container |
STREAM_OBJECT | Represents a stream object within a CFB container |
ROOT_STORAGE_OBJECT | Represents the root storage object of a CFB container |