Creates a new SmtpInputStream object.

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

Syntax

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

Parameters

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

See Also