Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList Class Reference

IAsyncPop3Client::LoadMessageInfoListAsync method parameter set. More...

Inherits Object.

Public Member Functions

System::SharedPtr< IConnectionget_Connection () const
 
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Pop3MessageInfo > > > get_MessageInfos () const
 
System::SharedPtr< Pop3LoadMessageInfoListSetConnection (System::SharedPtr< IConnection > connection)
 Connection to a server (optional). More...
 
System::SharedPtr< Pop3LoadMessageInfoListAddSequenceNumber (int32_t sequenceNumber)
 Add the message sequence number. More...
 
System::SharedPtr< Pop3LoadMessageInfoListAddSequenceNumbers (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers)
 Add message sequence numbers. More...
 
System::SharedPtr< Pop3LoadMessageInfoListAddMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> pop3MessageInfos)
 Add message info list to load. More...
 
System::SharedPtr< Pop3LoadMessageInfoListAddMessageInfo (System::SharedPtr< Pop3MessageInfo > pop3MessageInfo)
 Add message info to load. More...
 

Static Public Member Functions

static System::SharedPtr< Pop3LoadMessageInfoListCreate ()
 Create Pop3LoadMessageInfoList. More...
 

Protected Member Functions

virtual ~Pop3LoadMessageInfoList ()
 

Detailed Description

Constructor & Destructor Documentation

◆ ~Pop3LoadMessageInfoList()

virtual Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::~Pop3LoadMessageInfoList ( )
protectedvirtual

Member Function Documentation

◆ AddMessageInfo()

System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddMessageInfo ( System::SharedPtr< Pop3MessageInfo pop3MessageInfo)

Add message info to load.

◆ AddMessageInfoList()

System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddMessageInfoList ( System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>>  pop3MessageInfos)

Add message info list to load.

◆ AddSequenceNumber()

System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumber ( int32_t  sequenceNumber)

Add the message sequence number.

◆ AddSequenceNumbers()

System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumbers ( System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >>  sequenceNumbers)

Add message sequence numbers.

◆ Create()

static System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::Create ( )
static

◆ get_Connection()

System::SharedPtr<IConnection> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_Connection ( ) const

◆ get_MessageInfos()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Pop3MessageInfo> > > Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_MessageInfos ( ) const

◆ SetConnection()

System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::SetConnection ( System::SharedPtr< IConnection connection)

Connection to a server (optional).