MapiNamedProperty
General
MapiNamedProperty és una classe en Aspose.Email per a Python.
Identificador d’una propietat MAPI amb nom.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
property_set | uuid.UUID | Read | Holds the UUID of the property set the named property belongs to |
kind | str | Read | Indicates the kind of named property (e.g., string or numeric) |
name | `str | None` | Read |
lid | `int | None` | Read |
property_id | `int | None` | Read |
Mètodes
| Signature | Description |
|---|---|
| `string(name: str, property_set: uuid.UUID | str)→“MapiNamedProperty”` |
| `numeric(lid: int, property_set: uuid.UUID | str)→“MapiNamedProperty”` |