ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,618 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
What is missing, due to error below?
The type or namespace name 'MailMessage' could not be found (are you missing a using directive or an assembly reference?)
Add ‘using System.Net.Mail;’ to the beginning of the file (in case of C#) or type the full name: System.Net.Mail.MailMessage.