System.Net.Mail.SendCompletedEventHandler Delegate

Represents the method that will handle the SmtpClient.SendCompleted event.

Syntax

public delegate void SendCompletedEventHandler (object sender, System.ComponentModel.AsyncCompletedEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

The System.Net.Mail.SendCompletedEventHandler delegate is used to handle events that occur when the System.Net.Mail.SmtpClient class finishes asynchronously sending an e-mail message using the erload:System.Net.Mail.SmtpClient.SendAsync method.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0