Re: how to send attachement with pop3
- From: Paul Lesnikowski <lesnikowski@xxxxx>
- Date: Thu, 10 Nov 2005 04:46:32 -0800
SMTP is for sending not POP3.
You can use System.Web.Mail namespace it's is a wrapper on CDOSYS (COM).
You can also try this library:
http://www.lesnikowski.com/mail
It's simple and effective.
Allows sending, receiving and parsing email messages.
Encodes/decodes any kind of attachment.
Includes POP3 and STMP clients.
Written entirely in managed code in C#.
*** Sent via Developersdex http://www.developersdex.com ***
.
- Prev by Date: Re: Help regarding classes.
- Next by Date: Re: Problem of retrieving email using Pop3...please help!
- Previous by thread: Re: Help regarding classes.
- Next by thread: Re: Problem of retrieving email using Pop3...please help!
- Index(es):
Relevant Pages
|