Skip to main content
A newer version of this page is available. .

CustomSendMailMessageEventArgs.MailMessage Property

Gets the error notification e-mail message.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public MailMessage MailMessage { get; }

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