AXSoft SMTPSock - StatusChange

Description

Occurs when the connection status (or state) changes

 
Type

Event

 
Syntax

object_StatusChange(CurrentStatus As axsSMTPSock_Status)

Parameter Type Description
CurrentStatus axsSMTPSock_Status An integer value specifying the current state of the control.

 

 
Return Type

None

 
Remarks

To see the possible values for the status, check the StatusConstants page. When the control is initialzed, it has a value of 0 (axsSMTPSockStatus_Closed).

See Also: StatusConstants