n****g 发帖数: 76 | 1 【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: njying (嘟嘟), 信区: Programming
标 题: 急问大峡:怎么把email存进数据库?
发信站: The unknown SPACE (Thu Sep 26 00:43:56 2002) WWW-POST
具体是:
从网络上得到email,放进数据库,再从数据库转发给其他人。
请问要用什么数据库管理系统?access有这个功能吗?什么语言写application?VB/ASP?
给一点idea吧! | h****e 发帖数: 204 | 2 that's easy for MS exchange/outlook server
you just store the unique id of each email, assigned by outlook server,
into whatever database.
you can use vb, vc, c# to do this, it is easy. just create an outlook object
and there is a property of outlook.application object for that unique id.
for other email server, no idea...but they should have similar things 4 u.
【在 n****g 的大作中提到】 : 【 以下文字转载自 Programming 讨论区,原文如下 】 : 发信人: njying (嘟嘟), 信区: Programming : 标 题: 急问大峡:怎么把email存进数据库? : 发信站: The unknown SPACE (Thu Sep 26 00:43:56 2002) WWW-POST : 具体是: : 从网络上得到email,放进数据库,再从数据库转发给其他人。 : 请问要用什么数据库管理系统?access有这个功能吗?什么语言写application?VB/ASP? : 给一点idea吧!
|
|