|
-
May 12th, 2007, 04:27 AM
#1
Thread Starter
Addicted Member
Reading a mail using Pop3 server
hi to all,
i need to reading the newly incomming mails in my mailid. how can i read the mail using pop3client or pop3 server. plz anybody know help me to reading the mail.
thank u.
with thanks and regards
mmary
-
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
-
May 16th, 2007, 09:34 PM
#3
Hyperactive Member
Re: Reading a mail using Pop3 server
First you will have to get a pop server, there are a few free ones out there, could do a google search.
jmcilhinney search has some good links to developing a class to retrieve pop3 mail. I did it already so I know that it works. The only thing I never got around to doing was to actually download attachments.
Please say if you need more help on this.
Jennifer.
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
|