MailEventNotificationInfo::Message Property
.NET Framework (current version)
Gets the e-mail message that will be sent as the current message.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Net.Mail::MailMessage^A MailMessage that specifies the e-mail message to send.
The MailMessage object provided by this property is complete except for the message body, which is the part the template creates. The template can modify the values of the MailMessage object, if appropriate.
.NET Framework
Available since 2.0
Available since 2.0
Show: