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
| Name | Type | Access | Description |
|---|---|---|---|
property_tag | int | Read | Holds the integer identifier of the property |
flags | int | Read | Holds integer flags describing property attributes |
value | bytes | Read | Contains the raw bytes of the property’s data |
Methods
| Signature | Description |
|---|---|
is_mandatory() → bool | Returns True if the entry is mandatory, otherwise False |
is_readable() → bool | Returns True if the entry can be read, otherwise False |
is_writable() → bool |