OnClosed Event

Occur when the connection to server closes.

[Syntax]
Visual C++: HRESULT OnClosed()
Visual Basic: Object_OnClosed()

Remarks

If application performs an asychronous SendMail method, this event informs the application that the server-client connection is disconnected.

See Also

Asynchronous Property
SendMail Method
Terminate Method