Return information about all available newsgroups.
Return information about all available newsgroups.
public bool GetFirstGroup(ref NewsGroup);
Return information about newsgroups created after the specified date.
public bool GetFirstGroup(DateTime,ref NewsGroup);
NntpClient Class | SocketTools Namespace