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 |
![]() | |
virtual | ~MDNInfos () |
Additional Inherited Members | |
![]() | |
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 |
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 | ) |