SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

CommandReplyData Event

Returns the data that accompanies a reply to a command.

Syntax

public open class DefaultPop3clientEventListener : Pop3clientEventListener {
  ...
  public override fun commandReplyData(e: Pop3clientCommandReplyDataEvent) {}
  ...
}

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

Remarks

Subscribe to this event to access data accompanying incoming command replies.

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