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
| Name | Type | Access | Description |
|---|---|---|---|
name | std::string | Read/Write | Holds the storage’s display name |
role | msg_storage_role | Read/Write | Indicates the storage’s role within the MSG hierarchy |
clsid | std::array<std::uint8_t, 16> | Read/Write | Stores the 16‑byte class identifier of the storage |
state_bits | std::uint32_t | Read/Write | Contains flags describing the storage’s state |
creation_time | std::uint64_t | Read/Write | Records the timestamp when the storage was created |
modified_time | std::uint64_t | Read/Write | |
streams | std::vector<msg_stream> | Read/Write | Is a list of msg_stream objects contained in the storage |
storages | std::vector<msg_storage> | Read/Write | Is a list of child msg_storage objects |