IAsyncPop3Client::LoadMessageInfoListAsync method parameter set.
More...
Inherits Object.
◆ ~Pop3LoadMessageInfoList()
virtual Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::~Pop3LoadMessageInfoList |
( |
| ) |
|
|
protectedvirtual |
◆ AddMessageInfo()
Add message info to load.
◆ AddMessageInfoList()
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.
◆ AddSequenceNumber()
System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumber |
( |
int32_t |
sequenceNumber | ) |
|
Add the message sequence number.
◆ AddSequenceNumbers()
System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::AddSequenceNumbers |
( |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> |
sequenceNumbers | ) |
|
Add message sequence numbers.
◆ Create()
static System::SharedPtr<Pop3LoadMessageInfoList> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::Create |
( |
| ) |
|
|
static |
◆ get_Connection()
System::SharedPtr<IConnection> Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_Connection |
( |
| ) |
const |
◆ get_MessageInfos()
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Pop3MessageInfo> > > Aspose::Email::Clients::Pop3::Models::Pop3LoadMessageInfoList::get_MessageInfos |
( |
| ) |
const |
◆ SetConnection()
Connection to a server (optional).