Click or drag to resize

CPop.ListMail Method

X#
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
Request Example View Source

Return 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