CustomSendMailMessageEventArgs.MailMessage Property
Gets the error notification e-mail message.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Property Value
Type | Description |
---|---|
MailMessage | A MailMessage object, representing an error notification e-mail message that can be sent using the SmtpClient object. |
See Also