-
[2004-10-01] 在Web上利用System.Web.Mail发送EMail
这是个vb.net的例子~ Email.aspx <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Email.aspx.vb" Inherits="asif.SendEmail"%> &l... -
[2004-10-01] 使用System.Web.Mail通过需验证的邮件服务器发送邮件
使用System.Web.Mail通过需验证的邮件服务器发送邮件 使用System.Web.Mail通过需验证的邮件服务器发送邮件,下面是Scott Water在dotText中写的一个发邮件的类,使用起来比较方便,整个类的代码如下: using ... -
[2004-10-01] 在.NET 应用程序中用System.Web.Mail 发送电子邮件
在.NET 应用程序中用System.Web.Mail 发送电子邮件 作者:Mark Strawmyer 日期:February 9, 2004 -------------------------------------------------------------------------------- 欢迎来到 .... -
[2004-10-01] Creating E2K Mailbox with Directory Services
HOW TO: Create a Mailbox-Enabled Recipient by Using C# .NET The information in this article applies to: Microsoft Visual C# .NET (2002) Microsoft Collaboration Data Objects for Exchange Management... -
[2004-10-01] 把邮件发送类再次更新了一下。没有加别的东西。加入了错误处理。
using System; using System.Text; using System.IO; using System.Net; using System.Net.Sockets; namespace OSLeagueForumXP.Components { /// <summary> ... -
[2004-10-01] 更新后的邮件发送类,支持SMTP认证功能。暂时还没有加附件的功能和抄送、暗送。
主要是为了自己使用,大家可以自己去扩充。 全部代码: using System; using System.Text; using System.IO; using System.Net; using System.Net.Sockets; namespace OSLeagueForumXP.Components { &nbs... -
[2004-10-01] 邮件发送类,支持HTML格式,支持优先级设置。通过SOCKET类实现的。问题终于解决了。
using System; using System.Text; using System.IO; using System.Net; using System.Net.Sockets; namespace Blood.Com.ClassLib { &nbs... -
[2004-10-01] 邮件发送测试页面。前台页面
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Test.SendMailSample" %> <HTML> &l... -
[2004-10-01] 邮件发送测试。Codebehind
using System; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Blood.Com.ClassLib; namespace Test { /// <summary> &nbs... -
[2004-10-01] .net beta2 操作email的例子(转)
<%@ Page Language="VB" ClientTarget="downlevel" %> <%@ Import Namespace="System.Web.Mail" %> <script language="VB" runat="server"&... -
[2004-10-01] Sending Email via ASP.NET and CDONTS[vs bate2 等级 中、高](转载:aspfree)
<%@ Page Language="VB" EnableSessionState="False" EnableViewState="False" Trace="False" Debug="False" Strict="True" %> <%@ Impo... -
[2004-10-01] 如何使用C#访问POP3服务器
This is a follow up to my SMTP example that shows how to access your POP3 server. This program connects and logs on to your POP3 server, and checks to see how many new messages you have. The ins... -
[2004-10-01] Setup CDONTS on Windows 2000 SMTP with[等级:中、高](转载:aspfree)
This article covers one of the most common questions I see about getting email sent properly from an ASP or ASP.NET page. How do to setup my pc machine or server to send CDONTS ma... -
[2004-10-01] asp+发送email
来源:http://www.aspfree.com/asp+/demos/emailhtml1.aspx html1.htm --------------------------------------------------------------------- <html> <head> <meta HTTP-EQUIV="Content-...
总数:14 首页 上一页 下一页 尾页 页: 1/1

