CFBStorage
Overview
CFBStorage is a class in Aspose.Email FOSS for Python.
Mutable storage node used by the CFB writer.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Returns the storage’s name as a string |
clsid | bytes | Read | Holds the storage’s class identifier as a byte sequence |
state_bits | int | Read | Stores the storage’s state flags as an integer |
creation_time | FileTime | Read | Provides the storage’s creation timestamp as a FileTime |
modified_time | FileTime | Read | Provides the storage’s last-modified timestamp as a FileTime |
children | list["CFBStorage | CFBStream"] | Read | Lists all child storages and streams contained in this storage |
Methods
| Signature | Description |
|---|---|
add_storage(storage: "CFBStorage") → "CFBStorage" | Adds a child CFBStorage to this storage and returns the added storage |
add_stream(stream: CFBStream) → CFBStream | Adds a CFBStream to this storage and returns the created stream |