AXSoft SMTPSock - Disconnected
Description |
Occurs when the control disconnects from the server. |
|
Type |
Event |
|
Syntax |
object_Disconnected() |
|
Return Type |
None |
|
Remarks |
Once disconnected from the server, the Disconnected event is fired. While disconnecting from a server, the StatusChange event will return a "Closing" value. Once disconnected from a server and while the not connected to a another server, the StatusChange event will return a "Closed" value. To view the possible values of the StatusChange event, check out the StatusConstants constants page. See Also: Disconnect, Error
|