Occurs after an e-mail has been sent. The sender is the MailMessage object.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static event EventHandler<EventArgs> EmailSent
Public Shared Event EmailSent As EventHandler(Of EventArgs)
public: static event EventHandler<EventArgs^>^ EmailSent { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); }
See Also
Utils Class
BlogEngine.Core Namespace