IAsyncPop3Client::LoadMessageInfoListAsync method parameter set. More...
Inherits Object.
Static Public Member Functions | |
| static System::SharedPtr< Pop3LoadMessageInfoList > | Create () |
| Create Pop3LoadMessageInfoList. More... | |
Protected Member Functions | |
| virtual | ~Pop3LoadMessageInfoList () |
IAsyncPop3Client::LoadMessageInfoListAsync method parameter set.
|
protectedvirtual |
| System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddMessageInfo | ( | System::SharedPtr< Pop3MessageInfo > | pop3MessageInfo | ) |
Add message info to load.
| System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | pop3MessageInfos | ) |
Add message info list to load.
| System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumber | ( | int32_t | sequenceNumber | ) |
Add the message sequence number.
| System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumbers | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ) |
Add message sequence numbers.
|
static |
Create Pop3LoadMessageInfoList.
| System::SharedPtr<IConnection> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_Connection | ( | ) | const |
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Pop3MessageInfo> > > Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_MessageInfos | ( | ) | const |
| System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::SetConnection | ( | System::SharedPtr< IConnection > | connection | ) |
Connection to a server (optional).