|
PST File Format SDK v0.4
|
A recipient of a message. More...
#include <message.h>
Collaboration diagram for pstsdk::recipient:Public Member Functions | |
| std::wstring | get_name () const |
| Get the display name of this recipient. | |
| recipient_type | get_type () const |
| Get the type of this recipient. | |
| std::wstring | get_address_type () const |
| Get the address type of the recipient. | |
| std::wstring | get_email_address () const |
| Get the email address of the recipient. | |
| bool | has_email_address () const |
| Checks to see if this recipient has an email address. | |
| std::wstring | get_account_name () const |
| Get the name of the recipients account. | |
| bool | has_account_name () const |
| Checks to see if this recipient has an account name. | |
| const_table_row & | get_property_row () |
| Get the property row underying this recipient object. | |
| const const_table_row & | get_property_row () const |
| Get the property row underying this recipient object. | |
Friends | |
| struct | recipient_transform |
A recipient of a message.
A friendly wrapper around a recipient table row.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Checks to see if this recipient has an account name.
|
inline |
Checks to see if this recipient has an email address.
|
friend |