PropertyEntryFixedLength
General
PropertyEntryFixedLength és una classe en Aspose.Email per a Python.
Entrada de flux d’objectes de longitud fixa que conté etiquetes, banderes i càrrega útil amb valor en línia de 8 octets.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
property_tag | int | Read | Holds the integer identifier of the property |
flags | int | Read | Stores integer flags describing property attributes |
value | bytes | Read | Contains the raw bytes of the property’s data |
Mètodes
| Signature | Description |
|---|---|
is_mandatory() → bool | Returns True if the property entry is required by the MSG specification |
is_readable() → bool | Returns True if the property value can be read |
is_writable() → bool | Returns True if the property value can be modified |