Cloud Mail 2020 Python Edition

Questions / Feedback?

on_category_list Event

Fired when an attachment is retrieved from the server.

Syntax

class Office365CategoryListEventParams(object):
  @property
  def id() -> str: ...
  @property
  def display_name() -> str: ...
  @property
  def color() -> str: ...

# In class Office365:
@property
def on_category_list() -> Callable[[Office365CategoryListEventParams], None]: ...
@on_category_list.setter
def on_category_list(event_hook: Callable[[Office365CategoryListEventParams], None]) -> None: ...

Remarks

The on_category_list event is fired for each attachment retrieved from the server when list_categories is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]