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

NameTypeAccessDescription
display_name`strNone`阅读/写作
email_address`strNone`阅读/写作
recipient_typeint阅读/写作获取或设置接收者类型.
address_typestr阅读/写作获取或设置地址类型.
storage_id`intNone`阅读/写作
propertiesMapiPropertyCollection阅读/写作获得或设置属性.
extra_streamslist[MsgStream]阅读/写作获得或设置额外的流量.
extra_storageslist[MsgStorage]阅读/写作获得或设置额外的存储.
header_reserved_0bytes阅读/写作得到或设置头值为0.

Methods

SignatureDescription
`set_property(property_id: intCommonMessagePropertyId

See Also

 中文