| Wt
    3.3.0
    | 
An email sender or recipient mailbox. More...
#include <Wt/Mail/Mailbox>
| Public Member Functions | |
| Mailbox () | |
| Default constructor. | |
| Mailbox (const std::string &address) | |
| Constructs a mailbox using an address. | |
| 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. | |
| 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()
 1.7.5.1
 1.7.5.1