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.

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