MapiRecipient
General
MapiRecipient és una classe en Aspose.Email per a Python.
Objectus receptor mutat.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
display_name | `str | None` | Read |
email_address | `str | None` | Read |
recipient_type | int | Read | Stores the integer type code indicating To, Cc, Bcc, etc |
address_type | str | Read | Stores the address type string (e.g., SMTP) for the recipient |
storage_id | `int | None` | Read |
properties | MapiPropertyCollection | Read | Provides the collection of all MapiProperty objects attached to the recipient |
extra_streams | list[MsgStream] | Read | Is a list of MsgStream objects representing additional data streams for the recipient |
extra_storages | list[MsgStorage] | Read | Is a list of MsgStorage objects representing extra storages linked to the recipient |
header_reserved_0 | bytes | Read | Contains reserved header bytes for the recipient as a bytes object |
Mètodes
| Signature | Description |
|---|---|
| `set_property(property_id: int | CommonMessagePropertyId |