|
VMime
|
#include <sendableMDNInfos.hpp>


Public Member Functions | |
| sendableMDNInfos (const shared_ptr< const message > msg, const mailbox &mbox) | |
| sendableMDNInfos (const sendableMDNInfos &other) | |
| sendableMDNInfos & | operator= (const sendableMDNInfos &other) |
| const shared_ptr< const message > | getMessage () const |
| const mailbox & | getRecipient () const |
| Public Member Functions inherited from MDNInfos | |
| virtual | ~MDNInfos () |
Additional Inherited Members | |
| Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Holds information about a Message Disposition Notifications (MDN) that is to be sent.
Referenced by operator=(), and sendableMDNInfos().
| sendableMDNInfos | ( | const sendableMDNInfos & | other | ) |
References sendableMDNInfos().
|
virtual |
| const mailbox & getRecipient | ( | ) | const |
Return the recipient of the MDN (the mailbox that will receive the notification message).
Referenced by MDNHelper::buildMDN().
| sendableMDNInfos & operator= | ( | const sendableMDNInfos & | other | ) |
References sendableMDNInfos().