Property | Type | Description | |
---|---|---|---|
BeginSend | IAsyncResult | ||
BuildDeliveryStatusNotificationString | string | ||
EndSend | void | ||
Send | void | ||
SetContent | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
MailMessage ( ) : System | ||
MailMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to ) : System | ||
MailMessage ( string from, string to ) : System | ||
MailMessage ( string from, string to, string subject, string body ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
BeginSend ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode, AsyncCallback callback, object state ) : IAsyncResult | ||
BuildDeliveryStatusNotificationString ( ) : string | ||
EndSend ( IAsyncResult asyncResult ) : void | ||
Send ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode ) : void | ||
SetContent ( bool allowUnicode ) : void |
public MailMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to ) : System | ||
from | System.Net.Mail.MailAddress | |
to | System.Net.Mail.MailAddress | |
return | System |
public MailMessage ( string from, string to ) : System | ||
from | string | |
to | string | |
return | System |
public MailMessage ( string from, string to, string subject, string body ) : System | ||
from | string | |
to | string | |
subject | string | |
body | string | |
return | System |