IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

GroupOverview Event

Fired for each line of article overview data (during group overviews).

Syntax

class SNNTPGroupOverviewEventParams {
public:
  qint64 ArticleNumber();
  const QString &Subject();
  const QString &From();
  const QString &ArticleDate();
  const QString &MessageId();
  const QString &References();
  qint64 ArticleSize();
  qint64 ArticleLines();
  const QString &OtherHeaders();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void GroupOverview(SNNTPGroupOverviewEventParams *e);
// Or, subclass SNNTP and override this emitter function. virtual int FireGroupOverview(SNNTPGroupOverviewEventParams *e) {...}

Remarks

ArticleNumber contains the number of the article within the group.

Subject contains the subject of the article.

From contains the email address of the article author.

ArticleDate contains the date the article was posted.

MessageId contains the unique message id for the article.

References contains the message ids for the articles this article refers to (separated by spaces).

ArticleSize contains the size of the article in bytes.

ArticleLines contains the number of lines in the article.

OtherHeaders contains any other article headers that NewsServer chooses to display for the article.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Qt Edition - Version 20.0 [Build 8154]