Represents the information of a mail message from Pop3 server. More...
Inherits System::Collections::ObjectModel::Collection< System::SharedPtr< Aspose::Email::Clients::Pop3::Pop3MessageInfo > >.
Public Member Functions | |
Pop3MessageInfoCollection () | |
Initializes a new instance of the Pop3MessageInfoCollection class. More... | |
System::ArrayPtr< System::SharedPtr< Pop3MessageInfo > > | GetMessageInfos () |
System::SharedPtr< Pop3MessageInfo > | GetMessage (System::String uniqueId) |
Gets the Pop3MessageInfo of the E-Mail message. More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessage (int32_t sequenceNumber) |
Gets the Pop3MessageInfo of the E-Mail message. More... | |
void | SetTemplateWeakPtr (uint32_t argument) override |
Protected Member Functions | |
virtual | ~Pop3MessageInfoCollection () |
Represents the information of a mail message from Pop3 server.
Aspose::Email::Clients::Pop3::Pop3MessageInfoCollection::Pop3MessageInfoCollection | ( | ) |
Initializes a new instance of the Pop3MessageInfoCollection class.
|
protectedvirtual |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3MessageInfoCollection::GetMessage | ( | int32_t | sequenceNumber | ) |
Gets the Pop3MessageInfo of the E-Mail message.
sequenceNumber | Sequence number of the E-Mail message. |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3MessageInfoCollection::GetMessage | ( | System::String | uniqueId | ) |
Gets the Pop3MessageInfo of the E-Mail message.
uniqueId | Unique Id of the E-Mail message. |
System::ArrayPtr<System::SharedPtr<Pop3MessageInfo> > Aspose::Email::Clients::Pop3::Pop3MessageInfoCollection::GetMessageInfos | ( | ) |
|
override |