VMime
|
Public Member Functions | |
receivedMDNInfos (const shared_ptr< const message > msg) | |
receivedMDNInfos (const receivedMDNInfos &other) | |
receivedMDNInfos & | operator= (const receivedMDNInfos &other) |
const shared_ptr< const message > | getMessage () const |
const messageId | getOriginalMessageId () const |
const disposition | getDisposition () const |
const string | getContentMIC () 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 Notification (MDN) that has been received.
receivedMDNInfos | ( | const shared_ptr< const message > | msg | ) |
receivedMDNInfos | ( | const receivedMDNInfos & | other | ) |
const string getContentMIC | ( | ) | const |
Return the Message Integrity Check (MIC), that is the value of the "Received-content-MIC" field.
const disposition getDisposition | ( | ) | const |
Return information about the disposition.
|
virtual |
const messageId getOriginalMessageId | ( | ) | const |
Return the identifier of the message for which this MDN has been generated.
receivedMDNInfos & operator= | ( | const receivedMDNInfos & | other | ) |