IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

GroupOverview Event

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

Syntax

public void fireGroupOverview(NntpsGroupOverviewEvent event);

public class NntpsGroupOverviewEvent {
  public int articleNumber;
  public String subject;
  public String from;
  public String articleDate;
  public String messageId;
  public String references;
  public int articleSize;
  public int articleLines;
  public String otherHeaders;
}

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) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0