|
|
Browse by Tags
All Tags » asp.net 2.0 » CCs » SmtpClient (RSS)
-
This tutorial will show you how to send a simple email message with CCs and BCCs using ASP.NET 2.0 and VB.NET
Sending a email with CCs and BCCs using ASP.NET 2.0 and VB.NET is actually very simple.
First, you will need to import the System.Net.Mail namespace.
The System.Net.Mail namespace contains the SmtpClient and MailMessage Classes that ...
|
|
|