CategoryList Event

Fired when an attachment is retrieved from the server.

Syntax

class Office365CategoryListEventParams {
public:
  const QString &Id();
  const QString &DisplayName();
  const QString &Color();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void CategoryList(Office365CategoryListEventParams *e);
// Or, subclass Office365 and override this emitter function. virtual int FireCategoryList(Office365CategoryListEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8308]