Return information about all articles available in the current newsgroup.
Return information about all articles available in the current newsgroup.
public bool GetFirstArticle(ref NewsArticle);
Return information about a selected range of articles in the current newsgroup.
public bool GetFirstArticle(int,int,ref NewsArticle);
NntpClient Class | SocketTools Namespace