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

GroupList Event

Fired while group data transfers (during group listings).

Syntax

 virtual int FireGroupList(NNTPGroupListEventParams *e);

 
typedef struct {
char* Group;
int FirstArticle;
int LastArticle;
int CanPost;
int reserved;
} NNTPGroupListEventParams;

Remarks

The GroupList event is fired for every group reported by the NewsServer when the ListGroups or ListNewGroups method is called.

The Group parameter shows the name of the group.

The FirstArticle and LastArticle parameters contain the article numbers for the first and last articles in the group.

The CanPost is True or False depending on whether article posting is allowed in the group specified by Group.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0