Click or drag to resize

CMailAbstract.Close Method

X#
De-initialize all internal values of an Internet session.

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

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method closes down an Internet session by closing and destroying the appropriate CSocket object instance.
See Also