Click or drag to resize

CPop.Disconnect Method

X#
Shut down the current POP connection.

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

Return 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