CustomSendMailMessageEventArgs(CustomSendErrorNotificationEventArgs, SmtpClient, MailMessage) Constructor
Initializes a new instance of the CustomSendMailMessageEventArgs class.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public CustomSendMailMessageEventArgs(
CustomSendErrorNotificationEventArgs baseArgs,
SmtpClient smtp,
MailMessage mailMessage
)
#Parameters
Name | Type | Description |
---|---|---|
base |
Custom |
A Custom |
smtp | Smtp |
A Smtp |
mail |
Mail |
A Mail |
#Remarks
Since instances of the CustomSendMailMessageEventArgs class are automatically created and passed to handlers of the ErrorHandling.CustomSendMailMessage event, you do not need to call this constructor from your applications.