POP3SecureSocket.RequestMessages
From Xojo Documentation
Method
POP3SecureSocket.RequestMessages([Index as Integer])
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Requests a message listing.
Notes
RequestMessages triggers the ListReceived event. The list consists of the message index and the size of the message. If no index is passed, it gets the entire list from the server. If a specific index is passed, it will return just the index message and size of the message.