Hello! How to send mail from Visual Studio 2005, apropos how to open default Mail Program, for example Microsoft Outlook Express and automaticaly write address in box
Printable View
Hello! How to send mail from Visual Studio 2005, apropos how to open default Mail Program, for example Microsoft Outlook Express and automaticaly write address in box
Hey,
These are two completely different things, so really the question is, which one do you want to do.
If you have an SMTP server, then you can send emails through it in .Net using the System.Net.Mail Namespace quite easily. This can be done without having to open up Outlook Express.
Gary