I'm using ip*works for downloading newsgroup messages and inserting them into a database. ipworks is "comfortable" to use because it automatically splits nntp data return into different objects (or variables). So I have "author" "date" "topic" "messagge" already split for my use.

However ipworks isn't free and it costs a lot for my use. So I'm looking for a component or code snippet to use to download and "manage" nntp messagges.

Thanks in advance and regards!

link|improve this question

feedback

1 Answer

IF you're just reading text messages it's not that difficult to write the code, there's plenty of tutorials on the net for it. However, here's one C# class that might help DougNews.NNTP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.