PropertyEntryFixedLength

PropertyEntryFixedLength

Overview

PropertyEntryFixedLength is a class in Aspose.Email FOSS for Python.

Fixed-length property stream entry containing property tag, flags, and inline 8-byte value payload.

Properties

NameTypeAccessDescription
property_tagintReadHolds the integer identifier of the property
flagsintReadHolds integer flags describing property attributes
valuebytesReadContains the raw bytes of the property’s data

Methods

SignatureDescription
is_mandatory()boolReturns True if the entry is mandatory, otherwise False
is_readable()boolReturns True if the entry can be read, otherwise False
is_writable()bool

See Also