Wt
3.7.1
|
An email sender or recipient mailbox. More...
#include <Wt/Mail/Mailbox>
Public Member Functions | |
Mailbox () | |
Default constructor. More... | |
Mailbox (const std::string &address) | |
Constructs a mailbox using an address. More... | |
Mailbox (const std::string &address, const WString &displayName) | |
Constructs a mailbox using an address and display name. | |
bool | empty () const |
Returns whether the mailbox is empty. | |
const std::string & | address () const |
Returns the email address. More... | |
const WString & | displayName () const |
Returns the display name. | |
An email sender or recipient mailbox.
Wt::Mail::Mailbox::Mailbox | ( | ) |
Default constructor.
Creates an empty() mailbox.
Wt::Mail::Mailbox::Mailbox | ( | const std::string & | address | ) |
Constructs a mailbox using an address.
Constructs a mailbox which is only defined by an email address (i.e. without a display name).
const std::string& Wt::Mail::Mailbox::address | ( | ) | const |
Returns the email address.
Returns "" if empty()