PasswordRecovery.SendMailError Event
.NET Framework 3.0
Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
PasswordRecovery Members
System.Web.UI.WebControls Namespace
SendMailErrorEventArgs
OnSendMailError
OnBubbleEvent
Login ASP.NET Controls
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership
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)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
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.
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
Web Server Controls Templates (Visual Studio)
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership
Community Additions
ADD
Show: