SecureBlackbox 2020 Java Edition

Questions / Feedback?

CommandData Event

Returns the data that accompanies the command.

Syntax

public class DefaultSmtpclientEventListener implements SmtpclientEventListener {
  ...
  public void commandData(SmtpclientCommandDataEvent e) {}
  ...
}

public class SmtpclientCommandDataEvent {
  public String cmd;
  public String data;
}

Remarks

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

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