Fairport
v1.0.38
|
A recipient of a message. More...
#include <message.h>
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 |
Friends | |
struct | recipient_transform |
A recipient of a message.
A friendly wrapper around a recipient table row.
std::wstring fairport::recipient::get_account_name | ( | ) | const [inline] |
std::wstring fairport::recipient::get_address_type | ( | ) | const [inline] |
std::wstring fairport::recipient::get_email_address | ( | ) | const [inline] |
std::wstring fairport::recipient::get_name | ( | ) | const [inline] |
const_table_row& fairport::recipient::get_property_row | ( | ) | [inline] |
const const_table_row& fairport::recipient::get_property_row | ( | ) | const [inline] |
recipient_type fairport::recipient::get_type | ( | ) | const [inline] |
bool fairport::recipient::has_account_name | ( | ) | const [inline] |
Checks to see if this recipient has an account name.
bool fairport::recipient::has_email_address | ( | ) | const [inline] |
Checks to see if this recipient has an email address.
friend struct recipient_transform [friend] |