|
E-mail专题
技术资料 > .Net专区 > E-mail专题
在vs3下调试无误的pop3收信程序 |
using System.Net.Sockets;
using System.Collections;
using System.IO;
using System.Net;
using System;
using System.Web.Mail;
public class POP3
{
string POPServer;
string user;
string pwd;
NetworkStream ns;
StreamReader sr;
public POP3(){}
public POP3(st…… |
| 如何使用C#访问POP3服务器 |
//希望通过这篇文章,你可以用C#写出自己的Email客户端程序
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 instantiation of the POP is in Main() like thi…… |
| [1] 20条/页 共2条 |
|
|
Copyright © 2001-2008 Shenzhen Hiblue Software Team All rights reserved