mapi_property

Overview

mapi_property is a class in Aspose.Email FOSS for C++.

Description

mapi_property is a class in the Aspose.Email FOSS library for C++ that exposes 6 methods and 0 properties for programmatic use.

Core capabilities include: Assigns a new value to the property using a std::any container; updates the property’s flags with the given 32-bit value. These operations enable developers to integrate mapi_property functionality directly into C++ applications.

Methods

SignatureDescription
property_id()std::uint16_t
property_type()std::uint16_t
set_value(value: std::any)Assigns a new value to the property using a std::any container
flags()std::uint32_tReturns the 32-bit flags associated with the property
set_flags(value: std::uint32_t)Updates the property’s flags with the given 32-bit value
property_tag()std::uint32_tReturns the 32-bit combined tag (id and type) of the property

See Also