SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(GMailSSLStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } GMailSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(GMailSSLStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } GMailSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)message;
#define EID_GMAIL_SSLSTATUS 7

virtual INT CLOUDMAIL_CALL FireSSLStatus(LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 C++ Edition - Version 20.0 [Build 8308]