DirectoryObjectType
Overview
DirectoryObjectType is a enum in Aspose.Email FOSS for .NET.
Inherits from: byte.
Classifies the directory entry payload as unallocated, storage, stream, or root storage.
Description
DirectoryObjectType is an enumeration type in the Aspose.Email FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like DirectoryObjectType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
UnknownOrUnallocated | Represents an unknown or unallocated object type |
StorageObject | Represents a storage object (directory) within a CFB container |
StreamObject | Represents a stream (file) object within a CFB container |
RootStorageObject | Represents the root storage object of a CFB container |