CPop.Disconnect Method | |
Shut down the current POP connection.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Disconnect() AS USUAL
public virtual Usual Disconnect()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method can be used to close the connection to a POP3 Server.
Examples
See the CPop:DeleteMail() example.
See Also