MsgStream

Overview

MsgStream is a class in Aspose.Email FOSS for Python.

Mutable MSG stream node with raw bytes and CFB metadata.

Properties: clsid, creation_time, data, modified_time, name, state_bits.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
databytesRead/WriteGets or sets the data.
clsidbytesRead/WriteGets or sets the clsid.
state_bitsintRead/WriteGets or sets the state bits.
creation_timeintRead/WriteGets or sets the creation time.
modified_timeintRead/WriteGets or sets the modified time.

See Also