msg_storage

Overview

msg_storage is a class in Aspose.Email FOSS for C++.

Description

msg_storage is a class in the Aspose.Email FOSS library for C++ that exposes 0 methods and 8 properties for programmatic use.

Core capabilities include: std::string; msg_storage_role; std::array<std::uint8_t, 16>. These operations enable developers to integrate msg_storage functionality directly into C++ applications.

Properties

NameTypeAccessDescription
namestd::stringRead/WriteHolds the storage’s display name
rolemsg_storage_roleRead/WriteIndicates the storage’s role within the MSG hierarchy
clsidstd::array<std::uint8_t, 16>Read/WriteStores the 16‑byte class identifier of the storage
state_bitsstd::uint32_tRead/WriteContains flags describing the storage’s state
creation_timestd::uint64_tRead/WriteRecords the timestamp when the storage was created
modified_timestd::uint64_tRead/Write
streamsstd::vector<msg_stream>Read/WriteIs a list of msg_stream objects contained in the storage
storagesstd::vector<msg_storage>Read/WriteIs a list of child msg_storage objects

See Also