Cloud Mail 2020 Delphi Edition

Questions / Feedback?

CategoryList Event

Fired when an attachment is retrieved from the server.

Syntax

type TCategoryListEvent = procedure (
  Sender: TObject;
  const Id: String;
  const DisplayName: String;
  const Color: String
) of Object;

property OnCategoryList: TCategoryListEvent read FOnCategoryList write FOnCategoryList;

Remarks

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

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