Contains result of operation with messages More...
Inherits Object.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Collections::Generic::Dictionary< System::SharedPtr< MailMessage >, System::String > > | get_Succeeded () const |
Gets mail messages that have been handled successfully More... | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Collections::Generic::Dictionary< System::SharedPtr< MailMessage >, System::Exception > > | get_Failed () const |
Gets mail messages that have been handled with errors More... | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< MailMessage > > > | get_NotHandled () const |
Gets mail messages that have not been handled More... | |
ASPOSE_EMAIL_SHARED_API void | AppendResult (System::SharedPtr< AppendMessagesResult > subResults) |
ASPOSE_EMAIL_SHARED_API | AppendMessagesResult () |
Friends | |
class | Aspose::Email::Clients::Imap::Commands::AppendMessagesGrCommand |
Contains result of operation with messages
ASPOSE_EMAIL_SHARED_API Aspose::Email::Clients::Imap::AppendMessagesResult::AppendMessagesResult | ( | ) |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Imap::AppendMessagesResult::AppendResult | ( | System::SharedPtr< AppendMessagesResult > | subResults | ) |
ASPOSE_EMAIL_SHARED_API 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
ASPOSE_EMAIL_SHARED_API System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::AppendMessagesResult::get_NotHandled | ( | ) | const |
Gets mail messages that have not been handled
ASPOSE_EMAIL_SHARED_API 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
|
friend |