Aspose::Email::Mapi::MapiTaskCollection Class Referencefinal

Represents the collection of MapiTask More...

Inherits System::Collections::Generic::ListExt< System::SharedPtr< MapiTask > >.

Public Member Functions

 MapiTaskCollection ()
 Initializes a new instance of the MapiTaskCollection class. More...
 
 MapiTaskCollection (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MapiTask >>> collection)
 Initializes a new instance of the MapiTaskCollection class. More...
 
void SetTemplateWeakPtr (uint32_t argument) override
 

Static Public Member Functions

static System::SharedPtr< MapiTaskCollectionto_MapiTaskCollection (System::ArrayPtr< System::SharedPtr< MapiTask >> tasks)
 Converts array to collection More...
 

Protected Member Functions

virtual ~MapiTaskCollection ()
 

Detailed Description

Represents the collection of MapiTask

Constructor & Destructor Documentation

◆ MapiTaskCollection() [1/2]

Aspose::Email::Mapi::MapiTaskCollection::MapiTaskCollection ( )

Initializes a new instance of the MapiTaskCollection class.

◆ MapiTaskCollection() [2/2]

Aspose::Email::Mapi::MapiTaskCollection::MapiTaskCollection ( System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MapiTask >>>  collection)

Initializes a new instance of the MapiTaskCollection class.

Parameters
collectionInitial items of collection

◆ ~MapiTaskCollection()

virtual Aspose::Email::Mapi::MapiTaskCollection::~MapiTaskCollection ( )
protectedvirtual

Member Function Documentation

◆ SetTemplateWeakPtr()

void Aspose::Email::Mapi::MapiTaskCollection::SetTemplateWeakPtr ( uint32_t  argument)
override

◆ to_MapiTaskCollection()

static System::SharedPtr<MapiTaskCollection> Aspose::Email::Mapi::MapiTaskCollection::to_MapiTaskCollection ( System::ArrayPtr< System::SharedPtr< MapiTask >>  tasks)
static

Converts array to collection

Parameters
tasksArray to convert