Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ip*works 下载新闻组消息并将它们插入数据库。ipworks 使用起来“很舒服”,因为它会自动将 nntp 数据返回拆分为不同的对象(或变量)。所以我有“作者”“日期”“主题”“消息”已经分开供我使用。
但是 ipworks 不是免费的,而且我的使用成本很高。因此,我正在寻找用于下载和“管理”nntp 消息的组件或代码片段。
提前致谢和问候!
如果您只是阅读短信,那么编写代码并不难,网上有很多教程。但是,这里有一个可能对DougNews.NNTP有所帮助的 C# 类。