Contains result of operation with messages More...
Inherits Object.
Inherited by Aspose::Email::Clients::Imap::AppendMessagesFromFileResult, and Aspose::Email::Clients::Imap::AppendMessagesFromMessageObjectResult.
Public Member Functions | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::SharedPtr< MailMessage >, System::String > > | get_Succeeded () const |
| Gets mail messages that have been handled successfully More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::SharedPtr< MailMessage >, System::Exception > > | get_Failed () const |
| Gets mail messages that have been handled with errors More... | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MailMessage > > > | get_NotHandled () const |
| Gets mail messages that have not been handled More... | |
| virtual void | AppendResult (System::SharedPtr< AppendMessagesResult > subResults)=0 |
| AppendMessagesResult () | |
Contains result of operation with messages
| Aspose::Email::Clients::Imap::AppendMessagesResult::AppendMessagesResult | ( | ) |
|
pure virtual |
| System::SharedPtr<System::Collections::Generic::Dictionary<System::SharedPtr<MailMessage>, System::Exception> > Aspose::Email::Clients::Imap::AppendMessagesResult::get_Failed | ( | ) | const |
Gets mail messages that have been handled with errors
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::AppendMessagesResult::get_NotHandled | ( | ) | const |
Gets mail messages that have not been handled
| System::SharedPtr<System::Collections::Generic::Dictionary<System::SharedPtr<MailMessage>, System::String> > Aspose::Email::Clients::Imap::AppendMessagesResult::get_Succeeded | ( | ) | const |
Gets mail messages that have been handled successfully