SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

CommandData Event

Returns the data that accompanies the command.

Syntax

public open class DefaultSmtpclientEventListener : SmtpclientEventListener {
  ...
  public override fun commandData(e: SmtpclientCommandDataEvent) {}
  ...
}

public class SmtpclientCommandDataEvent {
  val cmd: String?
  val data: String?
}

Remarks

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

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