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: attachment_count, next_attachment_id, next_recipient_id, recipient_count, reserved_0, reserved_1.

Properties

NameTypeAccessDescription
reserved_0bytesReadGets the reserved 0.
next_recipient_idintReadGets the next recipient id.
next_attachment_idintReadGets the next attachment id.
recipient_countintReadGets the recipient count.
attachment_countintReadGets the attachment count.
reserved_1bytesReadGets the reserved 1.

See Also