Aspose::Email::Clients::Imap::ImapMessageInfoCollectionBase Class Reference

Provides a container for a collection of ImapMessageInfo objects More...

Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< Aspose::Email::Clients::Imap::ImapMessageInfo > >.

Public Member Functions

 ImapMessageInfoCollectionBase ()
 Initializes a new instance of the ImapMessageInfoCollectionBase class. More...
 
 ImapMessageInfoCollectionBase (System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< ImapMessageInfo >>> list)
 Initializes a new instance of the ImapMessageInfoCollectionBase class. More...
 
void SetTemplateWeakPtr (uint32_t argument) override
 

Protected Member Functions

virtual ~ImapMessageInfoCollectionBase ()
 

Detailed Description

Provides a container for a collection of ImapMessageInfo objects

Deprecated:

Constructor & Destructor Documentation

◆ ImapMessageInfoCollectionBase() [1/2]

Aspose::Email::Clients::Imap::ImapMessageInfoCollectionBase::ImapMessageInfoCollectionBase ( )

Initializes a new instance of the ImapMessageInfoCollectionBase class.

◆ ImapMessageInfoCollectionBase() [2/2]

Aspose::Email::Clients::Imap::ImapMessageInfoCollectionBase::ImapMessageInfoCollectionBase ( System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< ImapMessageInfo >>>  list)

Initializes a new instance of the ImapMessageInfoCollectionBase class.

Parameters
listThe list that is wrapped by the new collection.

◆ ~ImapMessageInfoCollectionBase()

virtual Aspose::Email::Clients::Imap::ImapMessageInfoCollectionBase::~ImapMessageInfoCollectionBase ( )
protectedvirtual

Member Function Documentation

◆ SetTemplateWeakPtr()

void Aspose::Email::Clients::Imap::ImapMessageInfoCollectionBase::SetTemplateWeakPtr ( uint32_t  argument)
override