msg_stream
Overview
msg_stream is a class in Aspose.Email for CPP.
Inherits from: msg_stream.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | std::string | Read/Write | Holds the textual name of the MSG stream |
data | std::vector<std::uint8_t> | Read/Write | Contains the raw byte payload of the MSG stream |
clsid | std::array<std::uint8_t, 16> | Read/Write | |
state_bits | std::uint32_t | Read/Write | Represents flag bits describing the stream’s state |
creation_time | std::uint64_t | Read/Write | Records the timestamp when the stream was created |
modified_time | std::uint64_t | Read/Write | Records the timestamp of the stream’s last modification |