Click or drag to resize

CPop.GetList Method

X#
Method to return an array of information regarding a particular email waiting on the server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetList(
	nMail
) AS USUAL CLIPPER
Request Example View Source

Parameters

nMail (Optional)
Type: Usual
The number of the email being investigated

Return Value

Type: Usual
ARRAY of strings representing the date, time, sender name and subject for that email. {cDate, cTime, cSender, cSubject}
Remarks
This method consults the server and returns information about emails waiting to be downloaded. The user can then make decisions about which mails to download or delete.
See Also