PasswordRecovery.SendMailError Event
Assembly: System.Web (in system.web.dll)
public: event SendMailErrorEventHandler^ SendMailError { void add (SendMailErrorEventHandler^ value); void remove (SendMailErrorEventHandler^ value); }
/** @event */ public void add_SendMailError (SendMailErrorEventHandler value) /** @event */ public void remove_SendMailError (SendMailErrorEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
The SendMailError event is raised when the SMTP mail server throws an exception when trying to send an e-mail message.
The default SendMailError event does not handle the SMTP error from the mail system. The method that handles the SendMailError event must set the Handled property of the 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
PasswordRecovery ClassPasswordRecovery Members
System.Web.UI.WebControls Namespace
SendMailErrorEventArgs
OnSendMailError
OnBubbleEvent
Other Resources
Server Event Handling in ASP.NET Web PagesLogin ASP.NET Controls
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
How to: Display Different Information to Anonymous and Logged-in Users
Web Site Administration Tool Security Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership