using System;
using System.ComponentModel;
namespace System.Net.Mail
{
/// Represents the method that will handle the event.
/// The source of the event.
/// An containing event data.
// Token: 0x0200032D RID: 813
// (Invoke) Token: 0x06001C8D RID: 7309
public delegate void SendCompletedEventHandler(object sender, global::System.ComponentModel.AsyncCompletedEventArgs e);
}