A writer for debug purpose. All text writtten to the SMTPWriter is written on this Stream. It is useful to debug SMTP formatting
SMTPWriter wr = new SMTPWriter (smtp);
wr.DebugStream = = new System.IO.StreamWriter ("debug.eml", false, System.Text.Encoding.ASCII);
wr.Write (Message);
SMTPWriter Class | SmtPop Namespace