ConnectionStatus Event
Fired to indicate changes in connection state.
Syntax
typedef void __fastcall (__closure *TipgPHTMLMailerConnectionStatusEvent)(System::TObject* Sender, TipgPHTMLMailerConnectionStatusEventParams *e);__property TipgPHTMLMailerConnectionStatusEvent OnConnectionStatus = {read=FOnConnectionStatus, write=FOnConnectionStatus};
typedef struct {
String ConnectionEvent;
int StatusCode;
String Description;
} TipgPHTMLMailerConnectionStatusEventParams;
Remarks
The ConnectionStatus event is fired when the connection state changes: completion of a firewall or proxy connection, completion of a security handshake, etc.
The ConnectionEvent parameter indicates the type of connection event. Values may include:
Firewall connection complete. | |
SSL or S/Shell handshake complete (where applicable). | |
Remote host connection complete. | |
Remote host disconnected. | |
SSL or S/Shell connection broken. | |
Firewall host disconnected. |