Contains result of operation with messages More...
Inherits Aspose::Email::Clients::Imap::AppendMessagesResult.
Public Member Functions | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::String > > | get_Succeeded () |
| Gets filenames that have been handled successfully More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::Exception > > | get_Failed () |
| Gets filenames that have been handled with errors More... | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::String > > | get_NotHandled () |
| Gets filenames that have not been handled More... | |
| void | AppendResult (System::SharedPtr< AppendMessagesResult > subResults) override |
| AppendMessagesFromFileResult () | |
Contains result of operation with messages
| Aspose::Email::Clients::Imap::AppendMessagesFromFileResult::AppendMessagesFromFileResult | ( | ) |
|
overridevirtual |
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::Exception> > Aspose::Email::Clients::Imap::AppendMessagesFromFileResult::get_Failed | ( | ) |
Gets filenames that have been handled with errors
| System::SharedPtr<System::Collections::Generic::ListExt<System::String> > Aspose::Email::Clients::Imap::AppendMessagesFromFileResult::get_NotHandled | ( | ) |
Gets filenames that have not been handled
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::String> > Aspose::Email::Clients::Imap::AppendMessagesFromFileResult::get_Succeeded | ( | ) |
Gets filenames that have been handled successfully