SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

typedef struct {
  String Cmd;
} TsbxPOP3ClientCommandEventParams;

typedef void __fastcall (__closure *TsbxPOP3ClientCommandEvent)(System::TObject* Sender, TsbxPOP3ClientCommandEventParams *e);

__property TsbxPOP3ClientCommandEvent OnCommand = { read=FOnCommand, write=FOnCommand };

Remarks

The component 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++ Builder Edition - Version 20.0 [Build 8154]