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: attachment_count, next_attachment_id, next_recipient_id, recipient_count, reserved_0, reserved_1.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
reserved_0 | bytes | Read | Gets the reserved 0. |
next_recipient_id | int | Read | Gets the next recipient id. |
next_attachment_id | int | Read | Gets the next attachment id. |
recipient_count | int | Read | Gets the recipient count. |
attachment_count | int | Read | Gets the attachment count. |
reserved_1 | bytes | Read | Gets the reserved 1. |