SMTPWriter Constructor
|
Constructor |
DebugStream | A writer for debug purpose. All text writtten to the SMTPWriter is written on this Stream. It is useful to debug SMTP formatting |
Encoding | The writer encoding |
FormatProvider (inherited from TextWriter) | |
NewLine (inherited from TextWriter) |
Close | Close the current stream. Leaving the network stream , DebugStream and DialogStream open |
CreateObjRef (inherited from MarshalByRefObject) | |
Equals (inherited from Object) | |
Flush | Flush all data to the server |
GetHashCode (inherited from Object) | |
GetLifetimeService (inherited from MarshalByRefObject) | |
GetType (inherited from Object) | |
InitializeLifetimeService (inherited from MarshalByRefObject) | |
ToString (inherited from Object) | |
Write (inherited from TextWriter) | Overloaded. |
Write | Overloaded. Writes data to the server. |
WriteLine (inherited from TextWriter) | Overloaded. |
SMTPWriter Class | SmtPop Namespace