DirectoryObjectType
Overview
DirectoryObjectType is a enum in Aspose.Email for NET.
Inherits from: byte.
Classifies the directory entry payload as unallocated, storage, stream, or root storage.
Values
| Value | Description |
|---|---|
UnknownOrUnallocated | Represents an undefined or unallocated object type |
StorageObject | Represents a storage object (a directory) within a CFB container |
StreamObject | Represents a stream object (a data stream) within a CFB container |
RootStorageObject | Represents the root storage object of a CFB container |