SocketTools .NET Edition

NntpClient.GetFirstArticle Method

Return information about all articles available in the current newsgroup.

Overload List

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);

See Also

NntpClient Class | SocketTools Namespace