MapiProperty

General

MapiProperty és una classe en Aspose.Email per a Python.

Propietat MAPI lògica amb identitat de propietat nominat opcional.

Propietats

NameTypeAccessDescription
property_tagintReadIs an integer tag that combines the property ID and type
property_idintReadIs the integer identifier of the MAPI property
property_typeintReadIs the integer MAPI type code of the property’s value
valueAnyReadHolds the high‑level Python value of the property
flagsintReadIs an integer representing attribute flags for the property
named`MapiNamedPropertyNone`Read
raw_inline_value`bytesNone`Read
raw_size_value`intNone`Read
raw_reserved_value`intNone`Read
raw_direct_stream`bytesNone`Read
raw_indexed_streamstuple[tuple[int, bytes], ...]ReadIs a tuple of (index, bytes) pairs for indexed streams
preserve_rawboolReadIndicates whether raw data should be kept when modifying the property

Mètodes

SignatureDescription
clone()"MapiProperty"Returns a new MapiProperty that is a copy of this instance
clear_raw()Removes any stored raw binary representation of the property
 Català