Creates a new ImapOutputStream object.

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

Syntax

C#
public ImapOutputStream(
	Imap imap,
	Socket client
)
Visual Basic
Public Sub New ( _
	imap As Imap, _
	client As Socket _
)
Visual C++
public:
ImapOutputStream(
	Imap^ imap, 
	Socket^ client
)

Parameters

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

See Also