MsgStream
Overview
MsgStream is a class in Aspose.Email FOSS for Python.
Mutable MSG stream node with raw bytes and CFB metadata.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Holds the stream’s identifier string |
data | bytes | Read | |
clsid | bytes | Read | Stores the class identifier bytes for the stream |
state_bits | int | Read | |
creation_time | int | Read | Records the stream’s creation timestamp as an integer |
modified_time | int | Read | Records the stream’s last modification timestamp as an integer |