Aspose::Email::Clients::Imap::ImapAttachmentInfoCollection Class Referencefinal

Represents the collection of ImapAttachmentInfo More...

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

Public Member Functions

 ImapAttachmentInfoCollection ()
 Initializes a new instance of the ImapAttachmentInfoCollection class More...
 
 ImapAttachmentInfoCollection (System::String bodyStructurePart, System::String structureIndex)
 
void SetTemplateWeakPtr (uint32_t argument) override
 

Protected Member Functions

virtual ~ImapAttachmentInfoCollection ()
 

Friends

class Aspose::Email::Clients::Imap::Commands::FetchAttachmentInfoCommand
 

Detailed Description

Represents the collection of ImapAttachmentInfo

Constructor & Destructor Documentation

◆ ImapAttachmentInfoCollection() [1/2]

Aspose::Email::Clients::Imap::ImapAttachmentInfoCollection::ImapAttachmentInfoCollection ( )

Initializes a new instance of the ImapAttachmentInfoCollection class

◆ ImapAttachmentInfoCollection() [2/2]

Aspose::Email::Clients::Imap::ImapAttachmentInfoCollection::ImapAttachmentInfoCollection ( System::String  bodyStructurePart,
System::String  structureIndex 
)

◆ ~ImapAttachmentInfoCollection()

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

Member Function Documentation

◆ SetTemplateWeakPtr()

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

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::FetchAttachmentInfoCommand

friend class Aspose::Email::Clients::Imap::Commands::FetchAttachmentInfoCommand
friend