Click or drag to resize

CPop.GetStatus Method

X#
Retrieve the mail status for the current active user from a remote POP server.

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

Return Value

Type: Usual
A string containing the current status.
Remarks
This method asks for the status for the current active user, who must be logged on, and saves the results to the MailHeader, MailCount, and TotalBytes properties.
Examples
See the CPop:DeleteMail() example.
See Also