0

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!

bpeterson76
  • 12,918
  • 5
  • 49
  • 82
stighy
  • 7,260
  • 25
  • 97
  • 157

1 Answers1

0

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.

Hans Olsson
  • 54,199
  • 15
  • 94
  • 116