SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BeforeAuth Event

Fires before the authentication starts.

Syntax

typedef struct {
} TsbxPOP3ClientBeforeAuthEventParams;

typedef void __fastcall (__closure *TsbxPOP3ClientBeforeAuthEvent)(System::TObject* Sender, TsbxPOP3ClientBeforeAuthEventParams *e);

__property TsbxPOP3ClientBeforeAuthEvent OnBeforeAuth = { read=FOnBeforeAuth, write=FOnBeforeAuth };

Remarks

The component fires this event when it has established the TCP connection and is ready to proceed to the user authentication step.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]