【发布时间】:2011-02-21 16:57:36
【问题描述】:
目前,我正在处理在 Win7 上发送/接收邮件的项目,我想使用 Seolib.dll (COM) 来处理事件发送/接收邮件,但 Win7 不支持这个。那么这个问题有什么解决方案吗?
我正在使用 C# 语言。
使用 SEOLib;
命名空间 CatGlobeSmtpEventSink_Head { 公共类 CatGlobeMailTransportSubmission : ISMTPOnArrival, IEventIsCacheable { 私有静态列表站点信息; 私有静态 CGDateTime lastRefresh = CGDateTime.MinValue;
private static object locker = new object();
public CatGlobeMailTransportSubmission()
{
Logger.CreateInstance(ConfigurationInfo.CreateInstance(), true).Add(LogEntryType.Information, "{0} constructor called", ConfigurationInfo.SINK_NAME);
RefreshConfiguration();
}
.....................................
【问题讨论】:
-
什么编程语言?什么环境??那里有很多“仅用于开发目的”的 SMTP 服务器.....
标签: smtp