C# Class System.Net.Mail.SendMailAsyncResult

Inheritance: LazyAsyncResult
Show file Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
End ( IAsyncResult result ) : System.Net.Mail.MailWriter
GetFailedRecipientException ( ) : System.Net.Mail.SmtpFailedRecipientException
Send ( ) : void
SendData ( ) : void
SendDataCompleted ( IAsyncResult result ) : void
SendMailAsyncResult ( SmtpConnection connection, System.Net.Mail.MailAddress from, MailAddressCollection toCollection, bool allowUnicode, string deliveryNotify, AsyncCallback callback, object state ) : System.Collections.Generic
SendMailFrom ( ) : void
SendMailFromCompleted ( IAsyncResult result ) : void
SendToCollection ( ) : void
SendToCollectionCompleted ( IAsyncResult result ) : void