CustomSendMailMessageEventArgs Class
Arguments passed to the ErrorHandling.CustomSendMailMessage event.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Remarks
The CustomSendMailMessageEventArgs class declares properties specific to the ErrorHandling.CustomSendMailMessage event. This event is designed to customize options used to send e-mail messages with error notifications to an application administrator.
This class is inherited from the HandledEventArgs class. So, you can set the handler’s Handled parameter to true. In this instance, you can implement your own e-mail sending procedure.
Inheritance
Object
EventArgs
HandledEventArgs
CustomSendErrorNotificationEventArgs
CustomSendMailMessageEventArgs
See Also