Gets the output stream of the socket connection.

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

Syntax

C#
public ImapOutputStream GetOutputStream()
Visual Basic
Public Function GetOutputStream As ImapOutputStream
Visual C++
public:
ImapOutputStream^ GetOutputStream()

Remarks

This method must only be called after establishing a connection with the server.

See Also