CFBStream
Overview
CFBStream is a class in Aspose.Email FOSS for Python.
Mutable stream node used by the CFB writer.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Holds the stream’s identifier within the CFB container |
data | bytes | Read | Contains the raw byte content of the stream |
clsid | bytes | Read | Stores the 16‑byte class identifier associated with the stream |
state_bits | int | Read | Indicates the stream’s state flags as an integer |
creation_time | FileTime | Read | Records the stream’s creation timestamp as a FileTime |
modified_time | FileTime | Read | Records the stream’s last modification timestamp as a FileTime |