MapiNamedProperty

MapiNamedProperty

Overview

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

Identifier for a named MAPI property.

This class provides 2 methods for working with MapiNamedProperty objects in Python programs. Available methods include: numeric, string. All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package. Properties: kind, lid, name, property_id, property_set.

Properties

NameTypeAccessDescription
property_setuuid.UUIDReadGets the property set.
kindstrReadGets the kind.
namestr | NoneReadGets the name.
lidint | NoneReadGets the lid.
property_idint | NoneReadGets the property id.

Methods

SignatureDescription
string(name: str, property_set: uuid.UUID | str)"MapiNamedProperty"Creates a named property from a string name and a property set GUID
numeric(lid: int, property_set: uuid.UUID | str)"MapiNamedProperty"Creates a named property from a numeric LID and a property set GUID

See Also