How to send programmatically an email from another mail client than outlook or outlook express? -


From within your application, you can send an email using MAPI functions ("MAPIS & Mail"). But if another mail client like "Thunderbird" or "David Infoscenter" is installed, then the MAPI function is not used because "Outlook" or "Outlook Express" is not a standard email client.

Use of shell functions is not satisfactory to execute "Mailto:" because all email clients do not support command line parameters for mail attachments or mail bodies.

What can I do to get my desired result?

Which platform?

If you have a look at the SmtpClient class on .NET. / P>


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -