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

NameTypeAccessDescription
display_namestr | NoneRead/WriteGets or sets the display name.
email_addressstr | NoneRead/WriteGets or sets the email address.
recipient_typeintRead/WriteGets or sets the recipient type.
address_typestrRead/WriteGets or sets the address type.
storage_idint | NoneRead/WriteGets or sets the storage id.
propertiesMapiPropertyCollectionRead/WriteGets or sets the properties.
extra_streamslist[MsgStream]Read/WriteGets or sets the extra streams.
extra_storageslist[MsgStorage]Read/WriteGets or sets the extra storages.
header_reserved_0bytesRead/WriteGets or sets the header reserved 0.

Methods

SignatureDescription
set_property(property_id: int | CommonMessagePropertyId | PropertyId, property_type_or_value: int | PropertyTypeCode | Any, value: Any, flags: int)MapiPropertySets the property value.

See Also