DirectoryObjectType

DirectoryObjectType

Overview

DirectoryObjectType is a enum in Aspose.Email FOSS for Python.

Classifies the directory entry payload as unallocated, storage, stream, or root storage.

This enumeration defines 4 values: UNKNOWN_OR_UNALLOCATED, STORAGE_OBJECT, STREAM_OBJECT, ROOT_STORAGE_OBJECT.

Values

ValueDescription
UNKNOWN_OR_UNALLOCATEDRepresents an undefined or unallocated directory object type
STORAGE_OBJECTRepresents a standard storage object within a CFB container
STREAM_OBJECTRepresents a stream object within a CFB container
ROOT_STORAGE_OBJECTRepresents the root storage object of a CFB container

See Also