Aspose::Email::Mapi::MapiContactCollection Class Referencefinal

Represents the collection of MapiContact More...

Inherits System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::Mapi::MapiContact > >.

Public Member Functions

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

Static Public Member Functions

static System::SharedPtr< MapiContactCollectionto_MapiContactCollection (System::ArrayPtr< System::SharedPtr< MapiContact >> contacts)
 

Protected Member Functions

virtual ~MapiContactCollection ()
 

Detailed Description

Represents the collection of MapiContact

Constructor & Destructor Documentation

◆ MapiContactCollection() [1/2]

Aspose::Email::Mapi::MapiContactCollection::MapiContactCollection ( )

Initializes a new instance of the MapiContactCollection class.

◆ MapiContactCollection() [2/2]

Aspose::Email::Mapi::MapiContactCollection::MapiContactCollection ( System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MapiContact >>>  collection)

Initializes a new instance of the MapiContactCollection class.

Parameters
collectionInitial items of collection

◆ ~MapiContactCollection()

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

Member Function Documentation

◆ SetTemplateWeakPtr()

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

◆ to_MapiContactCollection()

static System::SharedPtr<MapiContactCollection> Aspose::Email::Mapi::MapiContactCollection::to_MapiContactCollection ( System::ArrayPtr< System::SharedPtr< MapiContact >>  contacts)
static