MessageInfo Event

Fired when a message is retrieved from the server.

Syntax

class GMailMessageInfoEventParams {
public:
  const QString &Id();
  const QString &ThreadId();
  const QString &HistoryId();
  const QString &InternalDate();
  const QString &Subject();
  const QString &Labels();
  const QString &From();
  const QString &SentTo();
  const QString &Cc();
  const QString &Bcc();
  const QString &Snippet();
  int Size();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void MessageInfo(GMailMessageInfoEventParams *e);
// Or, subclass GMail and override this emitter function. virtual int FireMessageInfo(GMailMessageInfoEventParams *e) {...}

Remarks

The MessageList event is fired for each folder retrieved from the server when ListMessages or ListDrafts is called.

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