Method |
Description |
|
BeginSend ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode, AsyncCallback callback, object state ) : IAsyncResult |
|
|
EmptySendCallback ( IAsyncResult result ) : void |
|
|
EncodeHeaders ( HeaderCollection headers, bool allowUnicode ) : void |
|
|
EndSend ( IAsyncResult asyncResult ) : void |
|
|
IsHeaderSet ( string headerName ) : bool |
|
|
Message ( ) : System.Net.Mime |
|
|
Message ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to ) : System.Net.Mime |
|
|
Message ( string from, string to ) : System.Net.Mime |
|
|
PrepareEnvelopeHeaders ( bool sendEnvelope, bool allowUnicode ) : void |
|
|
PrepareHeaders ( bool sendEnvelope, bool allowUnicode ) : void |
|
|
Send ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode ) : void |
|
|