msg_stream
Overview
msg_stream is a class in Aspose.Email FOSS for C++.
Description
msg_stream is a class in the Aspose.Email FOSS library for C++ that exposes 0 methods and 6 properties for programmatic use.
Core capabilities include: std::string; std::vector<std::uint8_t>; std::array<std::uint8_t, 16>. These operations enable developers to integrate msg_stream functionality directly into C++ applications.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | std::string | Read/Write | Stores the stream’s display name as a string |
data | std::vector<std::uint8_t> | Read/Write | Holds the raw byte content of the stream |
clsid | std::array<std::uint8_t, 16> | Read/Write | Contains the 16‑byte class identifier for the stream |
state_bits | std::uint32_t | Read/Write | Stores flags indicating the stream’s state |
creation_time | std::uint64_t | Read/Write | Records the stream’s creation timestamp (UTC) |
modified_time | std::uint64_t | Read/Write | Records the last modification timestamp (UTC) |