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