MapiNamedProperty

MapiNamedProperty

Overview

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

Identifier for a named MAPI property.

Properties

NameTypeAccessDescription
property_setuuid.UUIDReadHolds the UUID of the property set to which the named property belongs
kindstrReadIndicates whether the named property is defined by a string name or numeric LID
namestr | NoneReadStores the textual name of the property when kind is string, otherwise None
lidint | NoneReadStores the numeric identifier of the property when kind is numeric, otherwise None
property_idint | NoneReadProvides the computed property ID derived from kind, set and name or LID

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