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 SmtpOutputStream GetOutputStream()
Visual Basic
Public Function GetOutputStream As SmtpOutputStream
Visual C++
public:
SmtpOutputStream^ GetOutputStream()

Remarks

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

See Also