|
VMime
|


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.
| sendableMDNInfos | ( | const shared_ptr< const message > | msg, |
| const mailbox & | mbox | ||
| ) |
| sendableMDNInfos | ( | const sendableMDNInfos & | other | ) |
|
virtual |
Return the message related to this MDN.
Implements MDNInfos.
Referenced by MDNHelper::buildMDN().
| 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 | ) |