Simple Mail and Post Office Protocol for .Net (SmtPop)

SMTPWriter Members

SMTPWriter overview

Public Instance Constructors

SMTPWriter Constructor Constructor

Public Instance Properties

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) 

Public Instance Methods

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.  
WriteOverloaded. Writes data to the server.
WriteLine (inherited from TextWriter)Overloaded.  

See Also

SMTPWriter Class | SmtPop Namespace