SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CommandData Event

Returns the data that accompanies the command.

Syntax

typedef struct {
  String Cmd;
  String Data;
} TsbxIMAPClientCommandDataEventParams;

typedef void __fastcall (__closure *TsbxIMAPClientCommandDataEvent)(System::TObject* Sender, TsbxIMAPClientCommandDataEventParams *e);

__property TsbxIMAPClientCommandDataEvent OnCommandData = { read=FOnCommandData, write=FOnCommandData };

Remarks

Subscribe to this event to access data accompanying the outgoing commands.

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