MapiProperty

Overview

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

Logical MAPI property with optional named-property identity.

This class provides 2 methods for working with MapiProperty objects in Python programs. Available methods include: clear_raw, clone. All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package. Properties: flags, named, preserve_raw, property_id, property_tag, property_type, and 6 more.

Properties

NameTypeAccessDescription
property_tagintReadGets the property tag.
property_idintRead/WriteGets or sets the property id.
property_typeintRead/WriteGets or sets the property type.
valueAnyRead/WriteGets or sets the value.
flagsintRead/WriteGets or sets the flags.
namedMapiNamedProperty | NoneRead/WriteGets or sets the named.
raw_inline_valuebytes | NoneRead/WriteGets or sets the raw inline value.
raw_size_valueint | NoneRead/WriteGets or sets the raw size value.
raw_reserved_valueint | NoneRead/WriteGets or sets the raw reserved value.
raw_direct_streambytes | NoneRead/WriteGets or sets the raw direct stream.
raw_indexed_streamstuple[tuple[int, bytes], ...]Read/WriteGets or sets the raw indexed streams.
preserve_rawboolRead/WriteGets or sets the preserve raw.

Methods

SignatureDescription
clone()"MapiProperty"Returns a new MapiProperty with the same data
clear_raw()Removes any stored raw binary representation of the property

See Also