void Add(TKey key, TValue value)
static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state)
static void EndSend(IAsyncResult result)
static IAsyncResult BeginSend(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode, AsyncCallback callback, object state)
static void EndSend(IAsyncResult result)
static bool EndSend(IAsyncResult result, out string response)
static IAsyncResult BeginSend(SmtpConnection conn, string to, AsyncCallback callback, object state)
static readonly AsyncCallback s_sendToCollectionCompleted
SmtpFailedRecipientException GetFailedRecipientException()
static MailWriter End(IAsyncResult result)
static void SendToCollectionCompleted(IAsyncResult result)
readonly MailAddress _from
static void SendDataCompleted(IAsyncResult result)
readonly MailAddressCollection _toCollection
readonly SmtpConnection _connection
SendMailAsyncResult(SmtpConnection connection, MailAddress from, MailAddressCollection toCollection, bool allowUnicode, string deliveryNotify, AsyncCallback callback, object state)
readonly string _deliveryNotify
static readonly AsyncCallback s_sendMailFromCompleted
static void SendMailFromCompleted(IAsyncResult result)
static readonly AsyncCallback s_sendDataCompleted
readonly bool _allowUnicode
readonly List< SmtpFailedRecipientException > _failedRecipientExceptions
static readonly byte[] Mail
SmtpReplyReaderFactory Reader
Stream GetClosableStream()
SmtpStatusCode StatusCode
bool CompletedSynchronously