directory_object_type
Overview
directory_object_type is a enum in Aspose.Email FOSS for C++.
Description
directory_object_type is an enumeration type in the Aspose.Email FOSS library for C++. It defines a set of named constants that control behavior or specify options within the API. Enumerations like directory_object_type help ensure type safety by restricting values to a predefined set.
Core capabilities include: Represents an object type that is unknown or not allocated; represents the root storage object of a cfb container. These operations enable developers to integrate directory_object_type functionality directly into C++ applications.
Values
| Value | Description |
|---|---|
unknown_or_unallocated | Represents an object type that is unknown or not allocated |
storage_object | |
stream_object | |
root_storage_object | Represents the root storage object of a CFB container |