SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

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

virtual INT SECUREBLACKBOX_CALL FireCommand(LPSTR &lpszCmd);

Remarks

The class fires this event whenever it sends a POP3 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]