Retrieve an article from the selected newsgroup and store it in a file.
Retrieve an article from the selected newsgroup and store it in a file.
public bool StoreArticle(int,string);
Retrieve the current article from the selected newsgroup and store it in a file.
public bool StoreArticle(string);
NntpClient Class | SocketTools Namespace