Currently, i am working on sending/receiving mail project on Win7, i want to use Seolib.dll (COM) to handle for event sending/receiving mails but Win7 is not supported this one. So is th开发者_StackOverflowere any solution for this issue?
I am doing on C# language.
using SEOLib;
namespace CatGlobeSmtpEventSink_Head { public class CatGlobeMailTransportSubmission : ISMTPOnArrival, IEventIsCacheable { private static List siteInfos; private static 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();
}
.....................................
I am doing on C# language.
using SEOLib;
namespace CatGlobeSmtpEventSink_Head { public class CatGlobeMailTransportSubmission : ISMTPOnArrival, IEventIsCacheable { private static List siteInfos; private static 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();
}
.....................................
...................................................
精彩评论