MapiRecipient
Overview
MapiRecipient 是Python的Aspose.Email FOSS中的一个类.
变异性接收对象.
这个类提供了一个方法,用于在Python程序中使用MapiRecipient 对象. 有的方法包括: set_property. 在安装Python包的Aspose.Email FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: address_type, display_name, email_address, extra_storages, extra_streams, header_reserved_0,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
display_name | `str | None` | 阅读/写作 |
email_address | `str | None` | 阅读/写作 |
recipient_type | int | 阅读/写作 | 获取或设置接收者类型. |
address_type | str | 阅读/写作 | 获取或设置地址类型. |
storage_id | `int | None` | 阅读/写作 |
properties | MapiPropertyCollection | 阅读/写作 | 获得或设置属性. |
extra_streams | list[MsgStream] | 阅读/写作 | 获得或设置额外的流量. |
extra_storages | list[MsgStorage] | 阅读/写作 | 获得或设置额外的存储. |
header_reserved_0 | bytes | 阅读/写作 | 得到或设置头值为0. |
Methods
| Signature | Description |
|---|---|
| `set_property(property_id: int | CommonMessagePropertyId |