Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

CategoryList Event

Fired when an attachment is retrieved from the server.

Syntax

public open class DefaultOffice365EventListener : Office365EventListener {
  ...
  public override fun categoryList(e: Office365CategoryListEvent) {}
  ...
}

public class Office365CategoryListEvent {
  val id: String?
  val displayName: String?
  val color: String?
}

Remarks

The CategoryList event is fired for each attachment retrieved from the server when ListCategories is called.

Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]