Property | Type | Description | |
---|---|---|---|
Abort | void | ||
CheckHostAndPort | void | ||
Complete | void | ||
ConnectCallback | void | ||
ContextSafeCompleteCallback | void | ||
GetConnection | void | ||
GetFileMailWriter | System.Net.Mail.MailWriter | ||
HandleCompletion | void | ||
Initialize | void | ||
IsSystemNetworkCredentialInCache | bool | ||
IsUnicodeSupported | bool | ||
SendAsync | void | ||
SendAsync | void | ||
SendCompletedWaitCallback | void | ||
SendMailAsync | System.Threading.Tasks.Task | ||
SendMailAsync | System.Threading.Tasks.Task | ||
SendMailCallback | void | ||
SendMessageCallback | void | ||
TimeOutCallback | void | ||
ValidateUnicodeRequirement | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Send ( |
||
Send ( string from, string recipients, string subject, string body ) : void | ||
SendAsyncCancel ( ) : void | ||
SmtpClient ( ) : System.ComponentModel | ||
SmtpClient ( string host ) : System.ComponentModel | ||
SmtpClient ( string host, int port ) : System.ComponentModel |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnSendCompleted ( |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
CheckHostAndPort ( ) : void | ||
Complete ( Exception exception, IAsyncResult result ) : void | ||
ConnectCallback ( IAsyncResult result ) : void | ||
ContextSafeCompleteCallback ( IAsyncResult ar ) : void | ||
GetConnection ( ) : void | ||
GetFileMailWriter ( string pickupDirectory ) : System.Net.Mail.MailWriter | ||
HandleCompletion ( TaskCompletionSource | ||
Initialize ( ) : void | ||
IsSystemNetworkCredentialInCache ( CredentialCache cache ) : bool | ||
IsUnicodeSupported ( ) : bool | ||
SendAsync ( |
||
SendAsync ( string from, string recipients, string subject, string body, object userToken ) : void | ||
SendCompletedWaitCallback ( object operationState ) : void | ||
SendMailAsync ( |
||
SendMailAsync ( string from, string recipients, string subject, string body ) : System.Threading.Tasks.Task | ||
SendMailCallback ( IAsyncResult result ) : void | ||
SendMessageCallback ( IAsyncResult result ) : void | ||
TimeOutCallback ( object state ) : void | ||
ValidateUnicodeRequirement ( |
protected OnSendCompleted ( |
||
e | ||
return | void |
public Send ( string from, string recipients, string subject, string body ) : void | ||
from | string | |
recipients | string | |
subject | string | |
body | string | |
return | void |
public SmtpClient ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public SmtpClient ( string host ) : System.ComponentModel | ||
host | string | |
return | System.ComponentModel |
public SmtpClient ( string host, int port ) : System.ComponentModel | ||
host | string | |
port | int | |
return | System.ComponentModel |