且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在C#.Net中创建控制台应用程序

更新时间:2023-02-19 18:43:45

您好,

您可以参考以下链接
]
Hi,

you can Refer Following Links
Googling[]


通过任何.net应用程序发送电子邮件都不难.
包括在您的课程中:

sending email form any .net application is not hard.
include in your class:

using System.Net.Mail;


使用MailMessage 对象 [对象 [ [


use MailMessage object[^] to create the email and use
SmtpClient object[^] to send via email.

Furthermore keep using Google to find this[^] and use the example in the page.

Have fun coding!


请点击链接,如果需要进一步的帮助,请告诉我

http://msdn.microsoft.com/en-us/library/t7980f5h(vs .71).aspx [ ^ ]

http: //weblogs.asp.net/ashicmahtab/archive/2009/04/28/how-to-send-emails-from-net-example-uses-gmail-smtp.aspx [
Please follow the link and let me know if you need further help

http://msdn.microsoft.com/en-us/library/t7980f5h(vs.71).aspx[^]

http://weblogs.asp.net/ashicmahtab/archive/2009/04/28/how-to-send-emails-from-net-example-uses-gmail-smtp.aspx[^]