MapiRecipient

MapiRecipient class

Represents the recipient information in the Microsoft Outlook Message.

The MapiRecipient type exposes the following members:

Properties

NameDescription
propertiesGets the collection of properties.
code_pageGets the code page.
display_nameGets or sets the display name of the message
recipient or sender.
address_typeGets the type of the address of
the message recipient or sender.
email_addressGets or sets the email address of the
message recipient or sender.
organization_email_addressGets the organization email address.
recipient_typeGets the type of the recipient or sender.
recipient_classGets the type of recipent.
property_streamGets the property stream.
sub_storagesGets the sub storages.
contentGets the content.
recipient_track_statusStatus of recipient’s response to a meeting request.
named_propertiesGets the named properties of message.

Methods

NameDescription
set_property(pd, value)
set_property(value)
try_get_property_string(tag, codepage)
try_get_property_string(tag)
try_get_property_string(tag, value, codepage)
try_get_property_string(tag, value)
get_property_string(tag, codepage)
get_property_string(tag)
get_property(pd)
try_get_property_data(tag)
get_property_bytes(tag)
get_property_int32(tag)
get_property_long(tag)
get_property_short(tag)
get_property_boolean(tag)
get_property_date_time(key)
is_store_unicode_ok()
try_get_property_date_time(tag, value)
try_get_property_long(tag, value)
try_get_property_int32(tag, value)

See Also