Writes the command into the output stream.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
protected void WriteCommand( SmtpOutputStream writer, string line ) |
Visual Basic |
---|
Protected Sub WriteCommand ( _ writer As SmtpOutputStream, _ line As String _ ) |
Visual C++ |
---|
protected: void WriteCommand( SmtpOutputStream^ writer, String^ line ) |
Parameters
- writer
- Type: Jscape.Email..::..SmtpOutputStream
The output stream used for sending data.
- line
- Type: System..::..String
The command to write into stream.