POP3Socket.TopLinesReceived

From Xojo Documentation

Event


POP3Socket.TopLinesReceived(Index as Integer,Data as EmailMessage)

Supported for all project types and targets.

Executes in response to a call to RetrieveLines.

The Index parameter contains the index number of the partial message being retrieved and Data contains the requested lines of the message.