Return information about newsgroups created after the specified date.
This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.
The GetFirstGroup method returns information about the first newsgroup on the server. This method is used in conjunction with the GetNextGroup method to enumerate all of the available newsgroups. Typically this is used to provide the user with a list of newsgroups to select.
While the the newsgroups are being listed, the client cannot select a newsgroup or retrieve the contents of a specific article. The client should store those newsgroups which it wants to retrieve articles from, and then once all of the newsgroups have been listed, it can then select each newsgroup and retrieve the available articles from that group.
NntpClient Class | SocketTools Namespace | NntpClient.GetFirstGroup Overload List