MapiRecipient
Contents
[
Hide
]MapiRecipient class
Represents the recipient information in the Microsoft Outlook Message.
The MapiRecipient type exposes the following members:
Properties
Name | Description |
---|---|
properties | Gets the collection of properties. |
code_page | Gets the code page. |
display_name | Gets or sets the display name of the message recipient or sender. |
address_type | Gets the type of the address of the message recipient or sender. |
email_address | Gets or sets the email address of the message recipient or sender. |
organization_email_address | Gets the organization email address. |
recipient_type | Gets the type of the recipient or sender. |
recipient_class | Gets the type of recipent. |
property_stream | Gets the property stream. |
sub_storages | Gets the sub storages. |
content | Gets the content. |
recipient_track_status | Status of recipient’s response to a meeting request. |
named_properties | Gets the named properties of message. |
Methods
Name | Description |
---|---|
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
- namespace aspose.email.mapi
- assembly Aspose.Email