MapiRecipient
Overview
MapiRecipient is a class in Aspose.Email FOSS for Python.
Mutable recipient object.
This class provides 1 method for working with MapiRecipient objects in Python programs.
Available methods include: set_property.
All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package.
Properties: address_type, display_name, email_address, extra_storages, extra_streams, header_reserved_0, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
display_name | str | None | Read/Write | Gets or sets the display name. |
email_address | str | None | Read/Write | Gets or sets the email address. |
recipient_type | int | Read/Write | Gets or sets the recipient type. |
address_type | str | Read/Write | Gets or sets the address type. |
storage_id | int | None | Read/Write | Gets or sets the storage id. |
properties | MapiPropertyCollection | Read/Write | Gets or sets the properties. |
extra_streams | list[MsgStream] | Read/Write | Gets or sets the extra streams. |
extra_storages | list[MsgStorage] | Read/Write | Gets or sets the extra storages. |
header_reserved_0 | bytes | Read/Write | Gets or sets the header reserved 0. |
Methods
| Signature | Description |
|---|---|
set_property(property_id: int | CommonMessagePropertyId | PropertyId, property_type_or_value: int | PropertyTypeCode | Any, value: Any, flags: int) → MapiProperty | Sets the property value. |