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