POP3SecureSocket.ListMessages
From Xojo Documentation
This item was deprecated in version 2019r2. Please use POP3SecureSocket.RequestMessages as a replacement. |
Method
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.