国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C# > 正文

c#使用S22.Imap收劍靈激活碼郵件代碼示例(imap收郵件)

2020-01-24 02:58:19
字體:
供稿:網(wǎng)友

復(fù)制代碼 代碼如下:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using S22.Imap;

namespace _163pop3
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {

        }
        /*
 * 
 *  By im0khu 
 *  C#利用IMAP收郵件
 */
        private void btnFetch_Click(object sender, EventArgs e)
        {

            string ImapServer = "imap.163.com";
            string ImapUserame = "xiagegou_com";
            string ImapPwd = "password2013";
            ImapClient imap = new ImapClient(ImapServer, 993, true);

            try
            {
                imap.Login(ImapUserame, ImapPwd, AuthMethod.Login);
                uint[] uids = imap.Search(SearchCondition.Subject("This's a test email"));
               // uint[] uids = imap.Search(SearchCondition.From("ssss@oschina.net"));
      // 也可以使用通過其它條件進(jìn)行檢索你的郵件
               if (uids.Length > 0)
                {
                    System.Net.Mail.MailMessage msg = imap.GetMessage(uids[0]);
                    emailLst.Items.Add("Subject: " + msg.Subject);
                    emailBody.Text = msg.Body;                  

                }
                else
                {
                    emailLst.Items.Add("沒有你要找的郵件");
                }
                imap.Dispose();

            }
            catch (InvalidCredentialsException)
            {
                MessageBox.Show("服務(wù)器拒絕連接,可能密碼錯(cuò)誤!");
                imap.Dispose();
            }
        }
    }
}

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 石屏县| 从化市| 乐至县| 蓬安县| 德令哈市| 南投县| 岳阳市| 壶关县| 隆回县| 辉县市| 乡宁县| 吉水县| 武穴市| 石狮市| 纳雍县| 阿克陶县| 清河县| 玛曲县| 广元市| 麻江县| 饶阳县| 宜宾县| 沙湾县| 虞城县| 保山市| 大关县| 德令哈市| 七台河市| 华宁县| 德兴市| 安庆市| 马山县| 遂川县| 清徐县| 饶河县| 桃源县| 瓮安县| 玉屏| 邯郸县| 青田县| 叙永县|