Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 15th, 2007, 04:06 AM
Registered User
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Bashu Send a message via MSN to Bashu
Default Can any body help POP3 in C# coding...

Hi to all,
I am new to programming, here I need to work on POP3 in C#, to send emails and attachments as well to such gmail account and yahoo..
Can any one help me in this regards.

Thanks in Advance...
Bashu.....

 
Old August 15th, 2007, 11:17 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Quote:
quote:Originally posted by Bashu
 ...I need to work on POP3 in C#, to send emails and attachments...

These are conflicting statements. POP3 is for receiving mail, i.e. getting messages from a mailbox. Sending email is done with the SMTP protocol.

You can send mail from native .NET functionality. You should be able to answer any question you have on that here:

http://www.systemnetmail.com/

Getting mail is whole other story.

-Peter
 
Old August 20th, 2007, 01:10 PM
Friend of Wrox
 
Join Date: Jun 2007
Posts: 477
Thanks: 10
Thanked 19 Times in 18 Posts
Default

^^^^^^what he said. Getting mail is much harder. Stick to sending mail if possible. .NET has a lot of built in classes to get you designing quickly and efficiently. Try MailMessage and SmtpClient for a start.

-------------------------

Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe

When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper

Chroniclemaster1, Founder of www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get message headers from a POP3 server? baburman .NET Framework 2.0 11 February 1st, 2009 08:06 PM
Microsoft SMTP POP3 HOW? bluelabs Internet Information Services 1 February 16th, 2007 10:40 PM
Fsockopne with pop3 mail vibinkrish Pro PHP 0 March 1st, 2006 11:16 AM
POP3 and ASP knightm28 SQL Server ASP 0 April 6th, 2005 04:46 AM
SMTP and POP3 for local bspradeep Classic ASP Professional 2 January 17th, 2004 04:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.