G Guest May 21, 2004 #1 i am developing a windows application which includes mail send feature. which is better to use CMC, MAPI, or CDO. if possible give me a sample code.
i am developing a windows application which includes mail send feature. which is better to use CMC, MAPI, or CDO. if possible give me a sample code.
H Herfried K. Wagner [MVP] May 21, 2004 #2 * "=?Utf-8?B?TXV0aHUgS3Jpc2huYW4uUg==?= said: i am developing a windows application which includes mail send feature. which is better to use CMC, MAPI, or CDO. if possible give me a sample code. Click to expand... SMTP... My FAQ: Namespace 'System.Web.Mail' (requires reference to "System.Web.dll"), FAQ: <URL:http://www.systemwebmail.net/>. CDO/Exchange: Support Policy for Microsoft Exchange APIs with .NET Framework Applications <URL:http://support.microsoft.com/?scid=kb;EN-US;813349> HOW TO: Retrieve Messages Using CDOEX and ADO in Visual C# <URL:http://support.microsoft.com/?scid=kb;EN-US;310206> Self-made: <URL:http://www.codeproject.com/csharp/karavaev_denis.asp> <URL:http://www.codeproject.com/csharp/popapp.asp> <URL:http://www.codeproject.com/csharp/pop3client.asp> SMTP and POP3 Mail Server <URL:http://www.codeproject.com/csharp/smtppop3mailserver.asp> Commercial: <URL:http://www.abderaware.com/mail/>
* "=?Utf-8?B?TXV0aHUgS3Jpc2huYW4uUg==?= said: i am developing a windows application which includes mail send feature. which is better to use CMC, MAPI, or CDO. if possible give me a sample code. Click to expand... SMTP... My FAQ: Namespace 'System.Web.Mail' (requires reference to "System.Web.dll"), FAQ: <URL:http://www.systemwebmail.net/>. CDO/Exchange: Support Policy for Microsoft Exchange APIs with .NET Framework Applications <URL:http://support.microsoft.com/?scid=kb;EN-US;813349> HOW TO: Retrieve Messages Using CDOEX and ADO in Visual C# <URL:http://support.microsoft.com/?scid=kb;EN-US;310206> Self-made: <URL:http://www.codeproject.com/csharp/karavaev_denis.asp> <URL:http://www.codeproject.com/csharp/popapp.asp> <URL:http://www.codeproject.com/csharp/pop3client.asp> SMTP and POP3 Mail Server <URL:http://www.codeproject.com/csharp/smtppop3mailserver.asp> Commercial: <URL:http://www.abderaware.com/mail/>
B Bob Denny May 21, 2004 #3 Muthu Krishnan.R: i hope system.web.mail.smtpmail uses RELAY, how can i avoid that one Click to expand... smamming tool?
Muthu Krishnan.R: i hope system.web.mail.smtpmail uses RELAY, how can i avoid that one Click to expand... smamming tool?