Aspose::Email::Clients::Imap::AppendMessagesResult Class Reference

Contains result of operation with messages More...

Inherits Object.

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...
 
void AppendResult (System::SharedPtr< AppendMessagesResult > subResults)
 
 AppendMessagesResult ()
 

Friends

class Aspose::Email::Clients::Imap::Commands::AppendMessagesGrCommand
 

Detailed Description

Contains result of operation with messages

Constructor & Destructor Documentation

◆ AppendMessagesResult()

Aspose::Email::Clients::Imap::AppendMessagesResult::AppendMessagesResult ( )

Member Function Documentation

◆ AppendResult()

void Aspose::Email::Clients::Imap::AppendMessagesResult::AppendResult ( System::SharedPtr< AppendMessagesResult subResults)

◆ get_Failed()

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

◆ get_NotHandled()

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

◆ get_Succeeded()

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

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::AppendMessagesGrCommand

friend class Aspose::Email::Clients::Imap::Commands::AppendMessagesGrCommand
friend