|
-
May 13th, 2007, 06:10 AM
#2
Re: Reading a mail using Pop3 server
There is no native support for POP3 in the .NET Framework. Sending mail is something that lots of apps would want to do, but reading mail is the domain of purpose-built mail clients. As such it is the job of the developer building the mail client to code it as they want it. You have to use the lower-level .NET network classes to connect using your own implementation of the POP3 protocol.
http://www.google.com/custom?cx=0022...nel=1972798655
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|