• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C++ Programmer's Cookbook

            {C++ 基礎(chǔ)} {C++ 高級(jí)} {C#界面,C++核心算法} {設(shè)計(jì)模式} {C#基礎(chǔ)}

            Sending Email in .NET

            Author: James Foster Date Posted: 09/05/2001 .NET Version: 1.0.3705
            If you've had to send email with regular ASP, you've probably used CDONTS. In .NET, this functionality has been rolled into the Framework, and is part of the System.Web.Mail namespace. Using the classes in this namespace, you can easily construct and send email, with attachments if you wish, using the SMTP service built into Windows.
            System.Web.Mail Namespace
            The System.Web.Mail namespace is composed of three classes and three enumerations.

            Classes:

            MailAttachmentRepresents the attachments of an email.
            MailMessageRepresents the email itself.
            SmtpMailResponsible for sending MailMessages via SMTP.

            Enumerations:

            MailEncodingSpecifies the Encoding of the message: Base64 or UUEncode
            MailFormatSpecifies the Format of the message: Html or Text
            MailPrioritySpecifies the Priority of the message: High, Medium, or Low.
            Constructing the MailMessage
            The MailMessage object represents an email. You start by instantiating a MailMessage object, and then set the properties with the details of the email. The following properties are the ones you are most likely to use in your application:

            Attachmentsthe list of attachments (represented by MailAttachment objects) that are transmitted with the email
            Bcca semicolon-delimited list of email addresses that receive a Blind Carbon Copy (BCC) copy of the email message
            Bodythe body of the email
            BodyFormatspecifies the MailFormat of the email
            Cca semicolon-delimited list of email addresses that receive a Carbon Copy (CC) of the email message
            Fromthe email address of the sender
            Priorityspecifies the MailPriority of the email
            Subjectthe subject of the email
            Tothe email address of the recipient
            UrlContentBasethe URL base of all relative URL's used in an Html Body
            UrlContentLocationSpecifies the Priority of the message: High, Medium, or Low.
            Sending with SmtpMail
            Once you have constructed your MailMessage object, you use another object, SmtpMail, to actually send it. The most important method on the SmtpMail object is a static method, Send. This method has two variants. One allows you to send a MailMessage object:
            SmtpMail.Send(myEmailObject);
            Another variant allows you to specify the sender, recipient, subject and the body of an email, and have it sent right away.
            SmtpMail.Send(strFrom, strTo, strSubject, strBody);
            Example
            Now let's look at an example that pulls this all together. We'll start by creating a MailMessage object, setting a few properties, and finally sending the email with the SmtpMail object.

            <%@ Page Language="C#"%>

            <scriptlanguage="C#"runat="server">

            void Page_Load()
            {
            ????// CREATE A MAIL MESSAGE
            ????System.Web.Mail.MailMessage myEmail=new System.Web.Mail.MailMessage();

            ????// SET MESSAGE PARAMETERS
            ????myEmail.From ="agent@mypersonalshoppers.com";
            ????myEmail.To ="john@johnsmith.com";
            ????myEmail.Subject ="Product Availability Notice";
            ????myEmail.BodyFormat = System.Web.Mail.MailFormat.Html;
            ????myEmail.Body ="The sunglasses you expressed interest in are now in stock.";

            ????//SEND THE MESSAGE
            ????System.Web.Mail.SmtpMail.Send(myEmail);

            ????//UPDATE STATUS
            ????lblMailStatus.Text ="Mail successfully sent.";
            }

            </script>

            <html>
            <body>

            <asp:Label id="lblMailStatus"runat="server"/>

            </body>
            </html>

            posted on 2006-04-14 12:43 夢在天涯 閱讀(445) 評(píng)論(0)  編輯 收藏 引用 所屬分類: C#/.NET

            公告

            EMail:itech001#126.com

            導(dǎo)航

            統(tǒng)計(jì)

            • 隨筆 - 461
            • 文章 - 4
            • 評(píng)論 - 746
            • 引用 - 0

            常用鏈接

            隨筆分類

            隨筆檔案

            收藏夾

            Blogs

            c#(csharp)

            C++(cpp)

            Enlish

            Forums(bbs)

            My self

            Often go

            Useful Webs

            Xml/Uml/html

            搜索

            •  

            積分與排名

            • 積分 - 1808536
            • 排名 - 5

            最新評(píng)論

            閱讀排行榜

            狠狠色婷婷久久综合频道日韩| 人妻无码久久精品| 亚洲成av人片不卡无码久久| 久久久久成人精品无码| 亚洲国产天堂久久久久久| 国产A三级久久精品| 久久久精品人妻一区二区三区蜜桃 | 久久99国产精品久久99小说| 久久精品亚洲一区二区三区浴池 | 亚洲国产精品无码久久九九| 亚洲va国产va天堂va久久| 久久无码人妻精品一区二区三区| 亚洲AV日韩精品久久久久| 久久青青草原国产精品免费| 久久精品国产亚洲AV久| 欧美大战日韩91综合一区婷婷久久青草| 亚洲AV伊人久久青青草原| 精品久久久久久亚洲精品| 亚洲午夜无码久久久久| 久久99免费视频| 久久国产精品-国产精品| 久久这里只精品99re66| 国产精品热久久无码av| 69国产成人综合久久精品| 亚洲AV日韩精品久久久久久 | 午夜视频久久久久一区| 久久亚洲国产欧洲精品一| 国产成人精品综合久久久久 | 亚洲嫩草影院久久精品| 俺来也俺去啦久久综合网| 国产精品久久久久久久人人看 | 久久九九免费高清视频| 久久久国产精品网站| 久久国产精品无码一区二区三区| 久久综合亚洲色HEZYO社区| 久久久精品人妻无码专区不卡| 久久99国产亚洲高清观看首页| 99久久99这里只有免费费精品| 久久午夜无码鲁丝片秋霞 | 久久亚洲2019中文字幕| 久久av高潮av无码av喷吹|