CPop.GetStatus Method | |
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
public virtual Usual GetStatus()
Request Example
View SourceReturn 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