CFBStorage

Overview

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

Mutable storage node used by the CFB writer.

Properties

NameTypeAccessDescription
namestrReadReturns the storage’s name as a string
clsidbytesReadHolds the storage’s class identifier as a byte sequence
state_bitsintReadStores the storage’s state flags as an integer
creation_timeFileTimeReadProvides the storage’s creation timestamp as a FileTime
modified_timeFileTimeReadProvides the storage’s last-modified timestamp as a FileTime
childrenlist["CFBStorage | CFBStream"]ReadLists all child storages and streams contained in this storage

Methods

SignatureDescription
add_storage(storage: "CFBStorage")"CFBStorage"Adds a child CFBStorage to this storage and returns the added storage
add_stream(stream: CFBStream)CFBStreamAdds a CFBStream to this storage and returns the created stream

See Also