CPop.GetList Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetList(
Usual nMail = default
)
Request Example
View SourceParameters
- 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