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

NameTypeAccessDescription
namestd::stringRead/WriteStores the stream’s display name as a string
datastd::vector<std::uint8_t>Read/WriteHolds the raw byte content of the stream
clsidstd::array<std::uint8_t, 16>Read/WriteContains the 16‑byte class identifier for the stream
state_bitsstd::uint32_tRead/WriteStores flags indicating the stream’s state
creation_timestd::uint64_tRead/WriteRecords the stream’s creation timestamp (UTC)
modified_timestd::uint64_tRead/WriteRecords the last modification timestamp (UTC)

See Also