Gets/Sets debug output stream.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public Stream DebugStream { get; set; }
Visual Basic
Public Property DebugStream As Stream
	Get
	Set
Visual C++
public:
property Stream^ DebugStream {
	Stream^ get ();
	void set (Stream^ value);
}

See Also