Difference between revisions of "POP3Socket.TopLinesReceived"
From Xojo Documentation
m (1 revision) |
m |
||
Line 6: | Line 6: | ||
| platform=all | | platform=all | ||
}} | }} | ||
− | Executes in response to a call to RetrieveLines. | + | {{Description |
+ | |text = 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. | + | The ''Index'' parameter contains the index number of the partial message being retrieved and ''Data'' contains the requested lines of the message. }} |
Latest revision as of 23:33, 20 January 2012
Event
POP3Socket.TopLinesReceived(Index as Integer,Data as EmailMessage)
Supported for all project types and targets.
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.