Tagged Questions

0
votes
1answer
40 views

storing the data in to news server

how to store the data(articles,news etc) in to the nntp news server using c#.
0
votes
3answers
726 views

Resources for creating a Binary Usenet client

I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet. I am familiar with C# but not the NNTP ...
0
votes
1answer
624 views

C# application to poll NNTP News Server for new messages

I would like to create an application to check a news server and alert me if there are new email messages. Does anybody have any C# code that can connect to a NNTP news server? Thanks, Paul