SmtpClient.SendCompleted Event
.NET Framework (current version)
Occurs when an asynchronous e-mail send operation completes.
Assembly: System (in System.dll)
The SendCompleted event is raised each time an e-mail message is sent asynchronously when the send operation completes. To send an e-mail message asynchronously, use the SendAsync methods.
SendCompletedEventHandler is the delegate for SendCompleted. The AsyncCompletedEventArgs class provides the event handler with event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: