Re: how to send attachement with pop3

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




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 ***
.



Relevant Pages

  • Re: How to name variables in a program?
    ... >> Now we need to type db and pop3 less often, so we can safely make them ... >> namespace eMailDatabase { ... >>> The other advantage of my scheme is that when you ASCII sort the ... Ok actually sorting the names is not the highest concern. ...
    (comp.programming)
  • Re: mail verschicken aus c#
    ... 'System.Web.Mail' Namespace ... Support Policy for Microsoft Exchange APIs with .NET Framework Applications ... Using POP3 with C# to download and parse your mail. ... The Indy Project ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Is there a POP3 Mail Component?
    ... If you're looking for a good 3rd party POP3 control, ... > Hi Matt, ... > Based on my understanding, you want to get a POP3 component to connect to ... > use System.Net namespace to write one yourself. ...
    (microsoft.public.dotnet.languages.csharp)