Aspose.Email FOSS for Python
API reference for Aspose.Email FOSS for Python v26.3. 30 public types organized by module.
CFB Format (Compound File Binary)
| Class | Description |
|---|
CFBDocument | Mutable Compound File Binary (CFB) document description. |
CFBError | Raised for malformed or unsupported Compound File Binary (CFB) content. |
CFBReader | Reusable reader for Compound File Binary (CFB) containers. |
CFBStorage | Mutable storage node used by the CFB writer. |
CFBStream | Mutable stream node used by the CFB writer. |
CFBWriter | Deterministic serializer for Compound File Binary (CFB) containers. |
DirectoryEntry | Fixed-size directory record for one storage/stream object and its tree links. |
Header | Header record at file offset 0 defining Compound File Binary (CFB) geometry and allocation chain entry points. |
Enumerations
| Enumeration | Description |
|---|
DirectoryColorFlag | Stores the red-black tree color used by directory sibling links. |
DirectoryObjectType | Classifies the directory entry payload as unallocated, storage, stream, or root storage. |
SectorMarker | Special FAT marker values reserved for sector allocation metadata. |
MSG Format
| Class | Description |
|---|
MapiAttachment | Mutable attachment object. |
MapiMessage | Mutable high-level MSG object with MSG and EmailMessage conversion support. |
MapiNamedProperty | Identifier for a named MAPI property. |
MapiProperty | Logical MAPI property with optional named-property identity. |
MapiPropertyCollection | MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns it. |
MapiRecipient | Mutable recipient object. |
MsgDocument | Mutable MSG document model that can be serialized through the CFB writer. |
MsgError | Raised for malformed or unsupported MSG structures. |
MsgReader | Normative top-level MSG containment and stream requirements for container traversal. |
MsgStorage | Mutable MSG storage node with role classification and parsed property-stream metadata. |
MsgStream | Mutable MSG stream node with raw bytes and CFB metadata. |
MsgWriter | Serializer that writes a MsgDocument into a CFB-backed .msg payload. |
PropertyEntryFixedLength | Fixed-length property stream entry containing property tag, flags, and inline 8-byte value payload. |
PropertyStreamHeaderSubobject | Property stream header used in recipient and attachment storages, containing only reserved bytes. |
PropertyStreamHeaderTopLevel | Top-level property stream header containing next-id counters and counts for recipients and attachments. |
StorageLayout | Naming and containment rules for recipient, attachment, embedded message, and nameid storages. |
Enumerations
| Enumeration | Description |
|---|
CommonMessagePropertyId | Common MAPI property identifiers used by the MSG reader/writer for core message semantics. |
PropertyId | Common property identifiers paired with their default MAPI property types. |
PropertyTypeCode | MAPI property type codes used in MSG property tags and value stream names. |
See Also