PropertyStreamHeaderTopLevel

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

NameTypeAccessDescription
reserved_0bytesReadHolds reserved bytes in the top‑level stream header
next_recipient_idintReadStores the identifier for the next recipient
next_attachment_idintReadStores the identifier for the next attachment
recipient_countintReadIndicates the number of recipients in the message
attachment_countintReadIndicates the number of attachments in the message
reserved_1bytesReadHolds additional reserved bytes in the header

See Also