Method |
Description |
|
Abort ( ) : void |
|
|
BeginGetConnection ( ContextAwareResult outerResult, AsyncCallback callback, object state, string host, int port ) : IAsyncResult |
|
|
BeginSendMail ( System.Net.Mail.MailAddress sender, MailAddressCollection recipients, string deliveryNotify, bool allowUnicode, AsyncCallback callback, object state ) : IAsyncResult |
|
|
EndGetConnection ( IAsyncResult result ) : void |
|
|
EndSendMail ( IAsyncResult result ) : System.Net.Mail.MailWriter |
|
|
GetConnection ( string host, int port ) : void |
|
|
ReleaseConnection ( ) : void |
|
|
SendMail ( System.Net.Mail.MailAddress sender, MailAddressCollection recipients, string deliveryNotify, bool allowUnicode, System.Net.Mail.SmtpFailedRecipientException &exception ) : System.Net.Mail.MailWriter |
|
|
SmtpTransport ( SmtpClient client ) : System.Collections.Generic |
|
|
SmtpTransport ( SmtpClient client, ISmtpAuthenticationModule authenticationModules ) : System.Collections.Generic |
|
|