directory_object_type

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

ValueDescription
unknown_or_unallocatedRepresents an object type that is unknown or not allocated
storage_object
stream_object
root_storage_objectRepresents the root storage object of a CFB container

See Also