CFBStream

Overview

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

Mutable stream node used by the CFB writer.

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_timeFileTimeRead/WriteGets or sets the creation time.
modified_timeFileTimeRead/WriteGets or sets the modified time.

See Also