MailMessageEventArgs Constructor (MailMessage^)
.NET Framework (current version)
Creates a new instance of the MailMessageEventArgs class.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System.Net.Mail::MailMessage^
The MailMessage containing the message.
Create a new instance of the MailMessageEventArgs class when you want to pass a MailMessage object to an event handler that might modify the message before sending it.
.NET Framework
Available since 2.0
Available since 2.0
Show: