Creates a new SmtpOutputStream object.

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

Syntax

C#
public SmtpOutputStream(
	Smtp smtp,
	Socket client
)
Visual Basic
Public Sub New ( _
	smtp As Smtp, _
	client As Socket _
)
Visual C++
public:
SmtpOutputStream(
	Smtp^ smtp, 
	Socket^ client
)

Parameters

smtp
Type: Jscape.Email..::..Smtp
The Smtp instance associated with the output stream.
client
Type: System.Net.Sockets..::..Socket
The socket associated with the output stream.

See Also