Aspose::Email::Clients::Smtp::SendMessagesResult Class Reference

Contains result of operation with messages More...

Inherits Object.

Public Member Functions

System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MailMessage > > > 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...
 
System::SharedPtr< SendMessagesResultAppendResult (System::SharedPtr< SendMessagesResult > subResults)
 
 SendMessagesResult ()
 

Protected Member Functions

virtual ~SendMessagesResult ()
 

Friends

class Aspose::Email::Clients::Smtp::Commands::SendGrCommand
 
class Aspose::Email::Clients::Smtp::Commands::SendQueueGrCommand
 
class Aspose::Email::Details_SmtpException
 

Detailed Description

Contains result of operation with messages

Constructor & Destructor Documentation

◆ SendMessagesResult()

Aspose::Email::Clients::Smtp::SendMessagesResult::SendMessagesResult ( )

◆ ~SendMessagesResult()

virtual Aspose::Email::Clients::Smtp::SendMessagesResult::~SendMessagesResult ( )
protectedvirtual

Member Function Documentation

◆ AppendResult()

System::SharedPtr<SendMessagesResult> Aspose::Email::Clients::Smtp::SendMessagesResult::AppendResult ( System::SharedPtr< SendMessagesResult subResults)

◆ get_Failed()

System::SharedPtr<System::Collections::Generic::Dictionary<System::SharedPtr<MailMessage>, System::Exception> > Aspose::Email::Clients::Smtp::SendMessagesResult::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::Smtp::SendMessagesResult::get_NotHandled ( ) const

Gets mail messages that have not been handled

◆ get_Succeeded()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Smtp::SendMessagesResult::get_Succeeded ( ) const

Gets mail messages that have been handled successfully

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Smtp::Commands::SendGrCommand

friend class Aspose::Email::Clients::Smtp::Commands::SendGrCommand
friend

◆ Aspose::Email::Clients::Smtp::Commands::SendQueueGrCommand

friend class Aspose::Email::Clients::Smtp::Commands::SendQueueGrCommand
friend

◆ Aspose::Email::Details_SmtpException

friend class Aspose::Email::Details_SmtpException
friend