MapiNamedProperty
概述
MapiNamedProperty 是Python的Aspose.Email FOSS中的一个类.
命名的MAPI属性的标识符.
这个类提供了在Python程序中使用MapiNamedProperty 对象的2种方法. 有的方法包括: numeric, string. 在安装Python包的Aspose.Email FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: kind, lid, name, property_id, property_set.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
property_set | uuid.UUID | 阅读 | 获取属性集。. |
kind | str | 阅读 | 获取种类。. |
name | `str | None` | 阅读 |
lid | `int | None` | 阅读 |
property_id | `int | None` | 阅读 |
方法
| Signature | 描述情况 |
|---|---|
| `string(name: str, property_set: uuid.UUID | str)→“MapiNamedProperty”` |
| `numeric(lid: int, property_set: uuid.UUID | str)→“MapiNamedProperty”` |