CPop.ListMail Method | |
Read all e-mails from a remote POP server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ListMail() AS USUAL
public virtual Usual ListMail()
Request Example
View SourceReturn Value
Type:
Usual
Array with all e-mails, if successful; otherwise, an empty array.
Remarks
This method reads all e-mails from a remote POP server and puts them into an array as raw strings containing each header, body, and attachment.
Examples
See the CPop:DeleteMail() example.
See Also