Occur when the client successfully connects to server.
[Syntax] Visual C++: HRESULT OnConnnected() Visual Basic: Object_OnConnnected()
Remarks
If application performs an asynchronous SendMail method, this event informs application that the connection is established between server and client.
See Also