Click to See Complete Forum and Search --> : VC++ .NET Mail Programming


pcjose
November 28th, 2003, 11:47 PM
Hi,
I am trying to find out how to use the existing library classes
from visual C++, (.Net preferrable)
1. to send a mail to a mailserver using SMTP with file attachments
2. to receive mails from a POP3 server with file attachments
3. to listen as an SMTP server and receive mails, with file attachments
from within my c++ application.

Any help would be greatly appreciated.

Thanks in advance,
Jose Panakkel
pcjose2002@yahoo.com

MooNull
November 29th, 2003, 10:53 PM
Look at System::Web.

Might be in there, if anywhere.

MooNull
November 29th, 2003, 10:54 PM
System::Web::Mail.

d00_ape
December 11th, 2003, 12:39 PM
Yeah....

System.Web.Mail

in the .NET Framework documentation has an e.g. of exactly what you want.

I run the C# e.g. and it worked perfect!!