PropertyStreamHeaderTopLevel
Overview
PropertyStreamHeaderTopLevel is a class in Aspose.Email FOSS for Python.
Top-level property stream header containing next-id counters and counts for recipients and attachments.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
reserved_0 | bytes | Read | Holds reserved bytes in the top‑level stream header |
next_recipient_id | int | Read | Stores the identifier for the next recipient |
next_attachment_id | int | Read | Stores the identifier for the next attachment |
recipient_count | int | Read | Indicates the number of recipients in the message |
attachment_count | int | Read | Indicates the number of attachments in the message |
reserved_1 | bytes | Read | Holds additional reserved bytes in the header |