DirectoryObjectType

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

ValueDescription
UnknownOrUnallocatedRepresents an unknown or unallocated object type
StorageObjectRepresents a storage object (directory) within a CFB container
StreamObjectRepresents a stream (file) object within a CFB container
RootStorageObjectRepresents the root storage object of a CFB container

See Also