StorageLayout
Overview
StorageLayout is a class in Aspose.Email FOSS for Python.
Naming and containment rules for recipient, attachment, embedded message, and nameid storages.
Properties: attachment_storages, named_property_mapping_storage, recipient_storages, top_level_property_stream.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
recipient_storages | Tuple[DirectoryEntry, ...] | Read | Gets the recipient storages. |
attachment_storages | Tuple[DirectoryEntry, ...] | Read | Gets the attachment storages. |
named_property_mapping_storage | DirectoryEntry | Read | Gets the named property mapping storage. |
top_level_property_stream | DirectoryEntry | Read | Gets the top level property stream. |