System.Web.UI.WebControls.PasswordRecovery.SendMailError Event

Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message.

Syntax

public event SendMailErrorEventHandler SendMailError

Remarks

The PasswordRecovery.SendMailError event is raised when the SMTP mail server throws an exception when trying to send an e-mail message.

The default PasswordRecovery.SendMailError event does not handle the SMTP error from the mail system. The method that handles the PasswordRecovery.SendMailError event must set the SendMailErrorEventArgs.Handled property of the System.Web.UI.WebControls.SendMailErrorEventArgs object to true to handle the error and prevent it from being displayed to the user.

For more information about handling events, see Handling and Raising Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0