SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

ANSI (Cross Platform)
virtual int FireCommand(IMAPClientCommandEventParams *e);
typedef struct {
const char *Cmd; int reserved; } IMAPClientCommandEventParams; Unicode (Windows) virtual INT FireCommand(IMAPClientCommandEventParams *e);
typedef struct {
LPCWSTR Cmd; INT reserved; } IMAPClientCommandEventParams;
- (void)onCommand:(NSString*)cmd;
#define EID_IMAPCLIENT_COMMAND 3

virtual INT SECUREBLACKBOX_CALL FireCommand(LPSTR &lpszCmd);

Remarks

The class fires this event whenever it sends an IMAP command to the server. Use CommandReply and CommandReplyData to track the server's responses.

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