POP3SecureSocket.ListMessages

From Xojo Documentation

Method

POP3SecureSocket.ListMessages([Index as Integer])

Supported for all project types and targets.

Requests a message listing.

Notes

ListMessages 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.