飘叶
飘零的叶子,也要享受生活
posts - 476,  comments - 958,  trackbacks - 0

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
 Dim MailMsg As New Mail.MailMessage
        Dim MailAttach As Mail.MailAttachment

        MailMsg.From = "hm_jg@yahoo.com.cn"'发件人邮件
        MailMsg.To = "hm_jg@yahoo.com.cn"’收件人邮件
        MailMsg.Cc = "hm_jg@yahoo.com.cn"‘复制人邮件
        MailMsg.Subject = "怎么样发邮件到lotus"’主题
        MailMsg.Body = "怎么样发邮件到lotus"‘邮件内容

        '' 如果需要验证检验
        ''验证方式,0为匿名不需要验证,1为basic (clear text)验证方式,2为NTLM验证方式
        'MailMsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1")
        ''// SMTP账户名称
        'MailMsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpaccountname", "luqingfei@126.com")
        ''// 验证用户名
        'MailMsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", Me.txt_username.Text)
        ''// 验证密码
        'MailMsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", Me.txt_password.Text)

        Try
            mail.SmtpMail.SmtpServer = "172.23.195.49"‘mail服务器地址
            mail.SmtpMail.Send(MailMsg)
            Me.Label2.Text = "发送成功!!"
        Catch ex As Exception
            Me.Label2.Text = ex.Message
        End Try

    End Sub

posted on 2005-09-20 16:18 飘叶 阅读(229) 评论(1)  编辑  收藏 所属分类: 经典人生

FeedBack:
# re: 发送邮件代码
2006-01-16 11:44 | 风筝取经
呵呵,你还会写代码啊!?  回复  更多评论
  

<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

留言簿(9)

随笔分类(473)

随笔档案(474)

文章分类(17)

文章档案(16)

收藏夹(5)

好友Blog

名人博客

求职

网上杂志

医生博客

有关IT信息

在线工具

在线听歌

最新随笔

搜索

  •  

积分与排名

  • 积分 - 169183
  • 排名 - 19

最新评论

阅读排行榜

评论排行榜