MapiProperty
General
MapiProperty és una classe en Aspose.Email per a Python.
Propietat MAPI lògica amb identitat de propietat nominat opcional.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
property_tag | int | Read | Is an integer tag that combines the property ID and type |
property_id | int | Read | Is the integer identifier of the MAPI property |
property_type | int | Read | Is the integer MAPI type code of the property’s value |
value | Any | Read | Holds the high‑level Python value of the property |
flags | int | Read | Is an integer representing attribute flags for the property |
named | `MapiNamedProperty | None` | Read |
raw_inline_value | `bytes | None` | Read |
raw_size_value | `int | None` | Read |
raw_reserved_value | `int | None` | Read |
raw_direct_stream | `bytes | None` | Read |
raw_indexed_streams | tuple[tuple[int, bytes], ...] | Read | Is a tuple of (index, bytes) pairs for indexed streams |
preserve_raw | bool | Read | Indicates whether raw data should be kept when modifying the property |
Mètodes
| Signature | Description |
|---|---|
clone() → "MapiProperty" | Returns a new MapiProperty that is a copy of this instance |
clear_raw() | Removes any stored raw binary representation of the property |