摘要: Ref http://support.microsoft.com/kb/314546/en-us 阅读全文
posted @ 2008-01-29 08:37 Vincent Yang 阅读(208) 评论(0) 推荐(0)
摘要: Calling the function from codeMailHelper.SendMailMessage("[email protected]", "[email protected]", "[email protected]", "[email protected]", "Sample Subject", "Sample bo... 阅读全文
posted @ 2008-01-29 08:31 Vincent Yang 阅读(708) 评论(0) 推荐(0)
摘要: The .NET Framework 2.0 provides APIs for accessing settings in a configuration file. Here's how you access the mail settings of a config file programmatically: C#using System.Configuration; using Syst... 阅读全文
posted @ 2008-01-29 08:28 Vincent Yang 阅读(525) 评论(0) 推荐(0)