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

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
 

Detailed Description

Contains result of operation with messages

Constructor & Destructor Documentation

◆ AppendMessagesResult()

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

Member Function Documentation

◆ AppendResult()

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

◆ get_Failed()

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

◆ get_NotHandled()

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

◆ get_Succeeded()

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

Friends And Related Function Documentation

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

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