Click or drag to resize

CSmtp.Disconnect Method

X#
Shut down the current SMTP 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 the SMTP server.
Examples
See the CSmtp:CheckReply() example.
See Also